Skip to content

Commit

Permalink
Release 1.2.16
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Dec 1, 2015
1 parent 2e6a17b commit 0e288bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (https://jkphl.is)",
"repository": {
Expand All @@ -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"
Expand All @@ -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": "*",
Expand Down

0 comments on commit 0e288bc

Please sign in to comment.