From edc6834566a59c39ae20e7d31e5e8ccbd6d2002e Mon Sep 17 00:00:00 2001 From: Joschi Kuphal Date: Thu, 23 Apr 2015 00:41:38 +0200 Subject: [PATCH] Bugfix release --- CHANGELOG.md | 7 +++++++ package.json | 4 ++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 105f76d..622929b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index bcad276..2b043b5 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.1.1", + "version": "1.1.2", "homepage": "https://github.com/jkphl/gulp-svg-sprite", "author": { "name": "Joschi Kuphal", @@ -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" },