diff --git a/CHANGELOG.md b/CHANGELOG.md index bf26822..9a91b52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.3.5 Compatibility release (2016-08-15) +* Compatible with [svg-sprite 1.3.5](https://github.com/jkphl/svg-sprite/tree/v1.3.5) +* Updated dependencies +* Fixed file name regression bug ([svg-sprite #186](https://github.com/jkphl/svg-sprite/issues/186)) + ## 1.3.4 Compatibility release (2016-08-12) * Compatible with [svg-sprite 1.3.4](https://github.com/jkphl/svg-sprite/tree/v1.3.4) * Updated dependencies diff --git a/package.json b/package.json index 4ca2789..237c9b5 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.3.4", + "version": "1.3.5", "homepage": "https://github.com/jkphl/gulp-svg-sprite", "author": "Joschi Kuphal (https://jkphl.is)", "repository": { @@ -24,7 +24,7 @@ "CHANGELOG.md" ], "dependencies": { - "svg-sprite": "~1.3.4", + "svg-sprite": "~1.3.5", "through2": "^2.0.1", "gulp-util": "^3.0.7", "vinyl": "^1.2.0" @@ -43,7 +43,7 @@ "pn": "^1.0.0", "mocha": "*", "mocha-lcov-reporter": "*", - "should": "~11.0.0", + "should": "~11.1.0", "svg2png": "jkphl/svg2png" }, "keywords": [