diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a91b52..c03a4d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 1.3.6 Bugfix release (2016-08-29) +* Compatible with [svg-sprite 1.3.6](https://github.com/jkphl/svg-sprite/tree/v1.3.6) +* Fixed LESS template mixin call ([svg-sprite #187](https://github.com/jkphl/svg-sprite/pull/187)) +* Fixed broken keyframe animation support ([#63](https://github.com/jkphl/gulp-svg-sprite/issues/63)) + ## 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 diff --git a/package.json b/package.json index 237c9b5..7f1e994 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.5", + "version": "1.3.6", "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.5", + "svg-sprite": "~1.3.6", "through2": "^2.0.1", "gulp-util": "^3.0.7", "vinyl": "^1.2.0" @@ -32,13 +32,13 @@ "devDependencies": { "coveralls": "*", "event-stream": "*", - "glob": "~7.0.5", + "glob": "~7.0.6", "gulp": "^3.9.1", "gulp-jshint": "^2.0.1", "gulp-plumber": "^1.1.0", "image-diff": "^1.6.3", "istanbul": "*", - "jshint": "^2.9.2", + "jshint": "^2.9.3", "mkdirp": "^0.5.1", "pn": "^1.0.0", "mocha": "*",