Skip to content

Commit

Permalink
Release 1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Aug 15, 2016
1 parent cb9034f commit fe5525a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 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
* Fixed file name regression bug ([svg-sprite #186](https://github.com/jkphl/svg-sprite/issues/186))

## 1.3.4 Compatibility release (2016-08-12)
* Compatible with [svg-sprite 1.3.4](https://github.com/jkphl/svg-sprite/tree/v1.3.4)
* Updated dependencies
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.3.4",
"version": "1.3.5",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"author": "Joschi Kuphal <joschi@kuphal.net> (https://jkphl.is)",
"repository": {
Expand All @@ -24,7 +24,7 @@
"CHANGELOG.md"
],
"dependencies": {
"svg-sprite": "~1.3.4",
"svg-sprite": "~1.3.5",
"through2": "^2.0.1",
"gulp-util": "^3.0.7",
"vinyl": "^1.2.0"
Expand All @@ -43,7 +43,7 @@
"pn": "^1.0.0",
"mocha": "*",
"mocha-lcov-reporter": "*",
"should": "~11.0.0",
"should": "~11.1.0",
"svg2png": "jkphl/svg2png"
},
"keywords": [
Expand Down

0 comments on commit fe5525a

Please sign in to comment.