Skip to content

Commit

Permalink
Fixed string conversion regression
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jun 8, 2015
1 parent 7a6406e commit a7872b6
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.2.3 Bugfix release (2016-06-08)
* Compatible with [svg-sprite 1.2.3](https://github.com/jkphl/svg-sprite/tree/v1.2.3)
* Fixed string conversion regression ([svg-sprite #89](https://github.com/jkphl/svg-sprite/issues/89))

## 1.2.2 Maintenance release (2016-06-05)
* Compatible with [svg-sprite 1.2.2](https://github.com/jkphl/svg-sprite/tree/v1.2.2)
* Introduced "icon" box sizing strategy ([svg-sprite #57](https://github.com/jkphl/svg-sprite/pull/57), [grunt-svg-sprite #35](https://github.com/jkphl/grunt-svg-sprite/issues/35#issuecomment-74232726))
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.2.2",
"version": "1.2.3",
"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.2",
"svg-sprite": "~1.2.3",
"through2": "^1.1.1",
"gulp-util": "^3.0.5"
},
Expand Down

0 comments on commit a7872b6

Please sign in to comment.