Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a6d2c88

Browse files
committed
v1.0.3
1 parent f067ea9 commit a6d2c88

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
15
### [ [>](https://github.com/svg/svgo/tree/v1.0.2) ] 1.0.2 / 03.11.2017
26
* Fixed a couple of errors related to `inlineStyles` plugin.
37
* Updated some lost details in documentation to reflect v1.0 changes.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "svgo",
3-
"version": "1.0.2",
3+
"version": "1.0.3",
44
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
55
"keywords": [
66
"svgo",

0 commit comments

Comments
 (0)