From f3daa5ebbfa2a01d5dcdb8acd2662e5d3328270a Mon Sep 17 00:00:00 2001 From: Joschi Kuphal Date: Sun, 4 Jan 2015 11:31:43 +0100 Subject: [PATCH] Improved error, XML & DOCTYPE declaration handling --- README.md | 5 +++++ package.json | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f878364..6284233 100644 --- a/README.md +++ b/README.md @@ -189,6 +189,11 @@ please refer to the [svg-sprite manual](https://github.com/jkphl/svg-sprite). ## Release history +#### v1.0.7 Feature & bugfix release +* Compatible with [svg-sprite 1.0.7](https://github.com/jkphl/svg-sprite/tree/v1.0.7) +* Improved error handling +* Improved XML & DOCTYPE declaration handling and fixed ([grunt-svg-sprite #28](https://github.com/jkphl/grunt-svg-sprite/issues/28)) + #### v1.0.6 Feature release * Compatible with [svg-sprite 1.0.6](https://github.com/jkphl/svg-sprite/tree/v1.0.6) * Made shape ID namespacing configurable ([grunt-svg-sprite #27](https://github.com/jkphl/grunt-svg-sprite/issues/27)) diff --git a/package.json b/package.json index 1f4f7e5..746850a 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.0.6", + "version": "1.0.7", "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.0.6", + "svg-sprite": "^1.0.7", "through2": "^0.6.3", "gulp-util": "^3.0.1" },