diff --git a/README.md b/README.md index 2e2ab4a..05ea1ba 100755 --- a/README.md +++ b/README.md @@ -216,6 +216,11 @@ In lieu of a formal styleguide, take care to maintain the existing coding style. Release history --------------- +#### v1.0.7 Feature & bugfix release +* Compatible with [svg-sprite 1.0.7](https://github.com/jkphl/svg-sprite/tree/v1.0.7) +* Improved error handling +* Improved XML & DOCTYPE declaration handling and fixed ([#28](https://github.com/jkphl/grunt-svg-sprite/issues/28)) + #### v1.0.6 Feature release * Compatible with [svg-sprite 1.0.6](https://github.com/jkphl/svg-sprite/tree/v1.0.6) * Made shape ID namespacing configurable ([#27](https://github.com/jkphl/grunt-svg-sprite/issues/27)) diff --git a/package.json b/package.json index 954213c..6930b39 100755 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "grunt-svg-sprite", "description": "SVG sprites & stacks galore — Grunt plugin wrapping around svg-sprite that reads in a bunch of SVG files, optimizes them and creates SVG sprites and CSS resources in various flavours", - "version": "1.0.6", + "version": "1.0.7", "homepage": "https://github.com/jkphl/grunt-svg-sprite", "author": { "name": "Joschi Kuphal", @@ -29,7 +29,7 @@ "test": "grunt test" }, "dependencies": { - "svg-sprite": "^1.0.6", + "svg-sprite": "^1.0.7", "prettysize": "^0.0.3", "chalk": "^0.5.1" },