diff --git a/CHANGELOG.md b/CHANGELOG.md index 253d93f..21e4d00 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ -## 1.2.16 Maintenance release (unreleased) +## 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 * Re-enabled linting (see https://github.com/spalger/gulp-jshint/issues/131) +* Improved log level config handling ([svg-sprite #124](https://github.com/jkphl/svg-sprite/issues/124)) +* Wrapped CSS url()s in quotes ([svg-sprite #125](https://github.com/jkphl/svg-sprite/issues/125)) ## 1.2.15 Compatibility release (2015-11-24) * Compatible with [svg-sprite 1.2.15](https://github.com/jkphl/svg-sprite/tree/v1.2.15) diff --git a/package.json b/package.json index eeb76aa..8ffbeb8 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.15", + "version": "1.2.16", "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.15", + "svg-sprite": "~1.2.16", "through2": "^2.0.0", "gulp-util": "^3.0.7", "vinyl": "^1.1.0" @@ -38,7 +38,7 @@ "gulp-plumber": "^1.0.1", "image-diff": "^1.3.0", "istanbul": "*", - "jshint": "^2.8.0", + "jshint": "^2.9.1-rc1", "mkdirp": "^0.5.1", "mocha": "*", "mocha-lcov-reporter": "*",