Skip to content

Commit

Permalink
v0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
GreLI committed Aug 13, 2015
1 parent a90ba46 commit e80121b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
### [ [>](https://github.com/svg/svgo/tree/v0.5.6) ] 0.5.6 / 13.08.2015
* Fixed paths removing.

### [ [>](https://github.com/svg/svgo/tree/v0.5.5) ] 0.5.5 / 05.08.2015
* Reverted debugging changes.

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svgo",
"version": "0.5.5",
"version": "0.5.6",
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
"keywords": [ "svgo", "svg", "optimize", "minify" ],
"homepage": "https://github.com/svg/svgo",
Expand Down Expand Up @@ -48,10 +48,10 @@
},
"devDependencies": {
"mocha": "~2.2.5",
"should": "7.0.2",
"should": "7.0.3",
"istanbul": "~0.3.17",
"mocha-istanbul": "~0.2.0",
"coveralls": "~2.11.3"
"coveralls": "~2.11.4"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit e80121b

Please sign in to comment.