Skip to content

Commit

Permalink
Improved XML & DOCTYPE declaration handling (#28)
Browse files Browse the repository at this point in the history
  • Loading branch information
jkphl committed Jan 4, 2015
1 parent 74ec88d commit b00f8df
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,11 @@ In lieu of a formal styleguide, take care to maintain the existing coding style.
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 ([#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 ([#27](https://github.com/jkphl/grunt-svg-sprite/issues/27))
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": "grunt-svg-sprite",
"description": "SVG sprites & stacks galore — Grunt 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/grunt-svg-sprite",
"author": {
"name": "Joschi Kuphal",
Expand Down Expand Up @@ -29,7 +29,7 @@
"test": "grunt test"
},
"dependencies": {
"svg-sprite": "^1.0.6",
"svg-sprite": "^1.0.7",
"prettysize": "^0.0.3",
"chalk": "^0.5.1"
},
Expand Down

0 comments on commit b00f8df

Please sign in to comment.