Skip to content

Commit

Permalink
Bugfix release
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Apr 22, 2015
1 parent 0268bf8 commit edc6834
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.1.2 Bugfix release (2015-04-22)
* Compatible with [svg-sprite 1.1.2](https://github.com/jkphl/svg-sprite/tree/v1.1.2)
* Fixed symbol example template regression bug ([svg-sprite #70](https://github.com/jkphl/svg-sprite/issues/70#issuecomment-95307588))
* Added mixin option to CLI arguments
* Fixed boolean CLI argument notation ([svg-sprite #76](https://github.com/jkphl/svg-sprite/issues/76))
* Added whitespace replacement for shape IDs ([svg-sprite #77](https://github.com/jkphl/svg-sprite/issues/77))

## 1.1.1 Bugfix release (2015-04-19)
* Compatible with [svg-sprite 1.1.1](https://github.com/jkphl/svg-sprite/tree/v1.1.1)
* Updated dependencies & development dependencies
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.1.1",
"version": "1.1.2",
"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.1.1",
"svg-sprite": "^1.1.2",
"through2": "^1.1.1",
"gulp-util": "^3.0.4"
},
Expand Down

0 comments on commit edc6834

Please sign in to comment.