Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f067ea9 commit a6d2c88Copy full SHA for a6d2c88
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### [ [>](https://github.com/svg/svgo/tree/v1.0.3) ] 1.0.3 / 08.11.2017
2
+* Fixed `removeViewBox` plugin to check for zero start coordinates.
3
+* Removed extra info from STDOUT when it set to output.
4
+
5
### [ [>](https://github.com/svg/svgo/tree/v1.0.2) ] 1.0.2 / 03.11.2017
6
* Fixed a couple of errors related to `inlineStyles` plugin.
7
* Updated some lost details in documentation to reflect v1.0 changes.
package.json
@@ -1,6 +1,6 @@
{
"name": "svgo",
- "version": "1.0.2",
+ "version": "1.0.3",
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
"keywords": [
"svgo",
0 commit comments