Skip to content

Commit

Permalink
Fixed regression bug with SVG stacks
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jan 3, 2015
1 parent f57a1d2 commit aa66608
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,10 @@ please refer to the [svg-sprite manual](https://github.com/jkphl/svg-sprite).

## Release history

#### v1.0.5 Bufix release
* Compatible with [svg-sprite 1.0.5](https://github.com/jkphl/svg-sprite/tree/v1.0.5)
* Fixed regression bug with SVG stacks

#### v1.0.4 Bugfix release
* Compatible with [svg-sprite 1.0.4](https://github.com/jkphl/svg-sprite/tree/v1.0.4)
* Fixed XML & doctype declaration bug with inline sprites ([#2](https://github.com/jkphl/gulp-svg-sprite/issues/2))
Expand Down
4 changes: 2 additions & 2 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.0.4",
"version": "1.0.5",
"homepage": "https://github.com/jkphl/gulp-svg-sprite",
"author": {
"name": "Joschi Kuphal",
Expand Down Expand Up @@ -30,7 +30,7 @@
"coveralls": "istanbul cover ./node_modules/mocha/bin/_mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage"
},
"dependencies": {
"svg-sprite": "^1.0.2",
"svg-sprite": "^1.0.5",
"through2": "^0.6.3",
"gulp-util": "^3.0.1"
},
Expand Down

0 comments on commit aa66608

Please sign in to comment.