From fd605b694489551f4ba9ee745c7319f0c2c8bbc1 Mon Sep 17 00:00:00 2001 From: GreLI Date: Mon, 25 Apr 2016 14:29:00 +0300 Subject: [PATCH] 0.6.6 --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbea4cff4..e6d95bec1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +### [ [>](https://github.com/svg/svgo/tree/v0.6.6) ] 0.6.6 / 25.04.2016 +* Corrected CSSO API usage + ### [ [>](https://github.com/svg/svgo/tree/v0.6.5) ] 0.6.5 / 25.04.2016 * Extra content inserted by editors are now being removed within `` as well thus fixing bug “Namespace prefix … is not defined“ after applying SVGO. * Doctype with entities declartion is now also being removed since svgo correctly parses them starting from the version [0.6.2](https://github.com/svg/svgo/tree/v0.6.2). diff --git a/package.json b/package.json index 6420c1eec..ac1dbe8ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svgo", - "version": "0.6.5", + "version": "0.6.6", "description": "Nodejs-based tool for optimizing SVG vector graphics files", "keywords": [ "svgo",