diff --git a/README.md b/README.md index aaee3bb..2e2ab4a 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.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)) +* Added extended alignment options ([svg-sprite #33](/~https://github.com/jkphl/svg-sprite/issues/33)) + #### v1.0.5 Bufix release * Compatible with [svg-sprite 1.0.5](/~https://github.com/jkphl/svg-sprite/tree/v1.0.5) * Fixed XML & doctype declaration bug with inline sprites ([gulp-svg-sprite #2](/~https://github.com/jkphl/gulp-svg-sprite/issues/2)) diff --git a/package.json b/package.json index c7274b9..954213c 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.5", + "version": "1.0.6", "homepage": "/~https://github.com/jkphl/grunt-svg-sprite", "author": { "name": "Joschi Kuphal", @@ -29,7 +29,7 @@ "test": "grunt test" }, "dependencies": { - "svg-sprite": "^1.0.5", + "svg-sprite": "^1.0.6", "prettysize": "^0.0.3", "chalk": "^0.5.1" },