diff --git a/CHANGELOG.md b/CHANGELOG.md index 4dd136a44..0b21f30ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +### [ [>](https://github.com/svg/svgo/tree/v0.3.5) ] 0.3.5 / 07.05.2013 +* plugins/transformsWithOnePath: fix curves bounding box calculation +* plugins/transformsWithOnePath: fix possible c+t or q+s bug + + ### [ [>](https://github.com/svg/svgo/tree/v0.3.4) ] 0.3.4 / 06.05.2013 * plugins/convertPathData: fix m->M bug in some cases * plugins/transformsWithOnePath: fix last point calculation for C/S/Q/T diff --git a/package.json b/package.json index 103b11d4a..3c36c9e1a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "svgo", - "version": "0.3.4", + "version": "0.3.5", "description": "Nodejs-based tool for optimizing SVG vector graphics files", "keywords": [ "svgo", "svg", "optimize", "minify" ], "homepage": "http://svg.github.com/svgo/",