From a7872b60b4c330aa5cf74a687c6ad814a8d5fa4b Mon Sep 17 00:00:00 2001 From: Joschi Kuphal Date: Mon, 8 Jun 2015 17:17:35 +0200 Subject: [PATCH] Fixed string conversion regression --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d43179..8172a1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index 1b7fbf9..945249c 100644 --- a/package.json +++ b/package.json @@ -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 (https://jkphl.is)", "repository": { @@ -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" },