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 dfcc145 commit e68d24fCopy full SHA for e68d24f
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+### [ [>](https://github.com/svg/svgo/tree/v1.1.1) ] 1.1.1 / 17.09.2018
2
+* Fixed crash in `SVGO.optimize()` when ‘info’ is absent.
3
+* Removed extra space after `cleanupListOfValues` plugin.
4
+
5
### [ [>](https://github.com/svg/svgo/tree/v1.1.0) ] 1.1.0 / 16.09.2018
6
* Fixed `collapseGroups` plugin removing property with a child having `inherit` value.
7
* `version` attribute value is not more being rounded.
package.json
@@ -1,6 +1,6 @@
{
"name": "svgo",
- "version": "1.1.0",
+ "version": "1.1.1",
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
"keywords": [
"svgo",
0 commit comments