diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c76590..06ef0d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 1.0.17 Maintenance release (2015-02-20) +* Compatible with [svg-sprite 1.0.17](https://github.com/jkphl/svg-sprite/tree/v1.0.17) +* Optimized stylesheet templates +* Introduced boolean hasCommon template variable +* Updated dependencies +* Fixed incomplete dimension CSS selector suffix ([grunt-svg-sprite #31](https://github.com/jkphl/grunt-svg-sprite/issues/31)) + ## 1.0.16 Maintenance release (2015-02-11) * Compatible with [svg-sprite 1.0.16](https://github.com/jkphl/svg-sprite/tree/v1.0.16) * Fixed missing file extensions with CSS resources ([svg-sprite #54](https://github.com/jkphl/svg-sprite/issues/54)) diff --git a/package.json b/package.json index cb9aa6b..fede1c1 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "gulp-svg-sprite", "description": "SVG sprites & stacks galore — Gulp 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.16", + "version": "1.0.17", "homepage": "https://github.com/jkphl/gulp-svg-sprite", "author": { "name": "Joschi Kuphal", @@ -30,7 +30,7 @@ "coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage" }, "dependencies": { - "svg-sprite": "^1.0.16", + "svg-sprite": "^1.0.17", "through2": "^0.6.3", "gulp-util": "^3.0.1" },