diff --git a/CHANGELOG.md b/CHANGELOG.md index 21e4d00..a60b736 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 1.2.17 Maintenance release (2015-12-17) +* Compatible with [svg-sprite 1.2.17](https://github.com/jkphl/svg-sprite/tree/v1.2.17) +* Updated dev dependencies + ## 1.2.16 Maintenance release (2015-12-01) * Compatible with [svg-sprite 1.2.16](https://github.com/jkphl/svg-sprite/tree/v1.2.16) * Updated dev dependencies diff --git a/package.json b/package.json index 8ffbeb8..50118bb 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.2.16", + "version": "1.2.17", "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.2.16", + "svg-sprite": "~1.2.17", "through2": "^2.0.0", "gulp-util": "^3.0.7", "vinyl": "^1.1.0" @@ -42,7 +42,7 @@ "mkdirp": "^0.5.1", "mocha": "*", "mocha-lcov-reporter": "*", - "should": "~7.1.1", + "should": "~8.0.1", "svg2png": "^2.0.0" }, "keywords": [