Skip to content

Commit

Permalink
Compatibility release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jun 1, 2017
1 parent 62fce9d commit d907d73
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 9 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.7 Compatibility release (2017-06-01)
* Compatible with [svg-sprite 1.3.7](https://github.com/jkphl/svg-sprite/tree/v1.3.7)
* Updated dependencies

## 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))
Expand Down
18 changes: 9 additions & 9 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.3.6",
"version": "1.3.7",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"author": "Joschi Kuphal <[email protected]> (https://jkphl.is)",
"repository": {
Expand All @@ -24,26 +24,26 @@
"CHANGELOG.md"
],
"dependencies": {
"svg-sprite": "~1.3.6",
"through2": "^2.0.1",
"gulp-util": "^3.0.7",
"vinyl": "^1.2.0"
"svg-sprite": "~1.3.7",
"through2": "^2.0.3",
"gulp-util": "^3.0.8",
"vinyl": "^2.0.2"
},
"devDependencies": {
"coveralls": "*",
"event-stream": "*",
"glob": "~7.0.6",
"glob": "~7.1.2",
"gulp": "^3.9.1",
"gulp-jshint": "^2.0.1",
"gulp-jshint": "^2.0.4",
"gulp-plumber": "^1.1.0",
"image-diff": "^1.6.3",
"istanbul": "*",
"jshint": "^2.9.3",
"jshint": "^2.9.4",
"mkdirp": "^0.5.1",
"pn": "^1.0.0",
"mocha": "*",
"mocha-lcov-reporter": "*",
"should": "~11.1.0",
"should": "~11.2.1",
"svg2png": "jkphl/svg2png"
},
"keywords": [
Expand Down

0 comments on commit d907d73

Please sign in to comment.