mirror of
https://github.com/svg/svgo.git
synced 2026-01-28 19:20:51 +03:00
v1.3.2
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
### [ [>](https://github.com/svg/svgo/tree/v1.3.2) ] 1.3.2 / 30.10.2019
|
||||
* Fixed TypeError: Cannot set property 'multipassCount' of undefined
|
||||
|
||||
### [ [>](https://github.com/svg/svgo/tree/v1.3.1) ] 1.3.1 / 29.10.2019
|
||||
* Updated CSSO version to 4.0.2 fixing the issue with empty semicolons ";;" in styles (thanks to @strarsis and @lahmatiy).
|
||||
* `prefixIds` plugin now runs only once with `--multipass` option (by @strarsis).
|
||||
|
||||
2
package-lock.json
generated
2
package-lock.json
generated
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svgo",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "svgo",
|
||||
"version": "1.3.1",
|
||||
"version": "1.3.2",
|
||||
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
|
||||
"keywords": [
|
||||
"svgo",
|
||||
|
||||
Reference in New Issue
Block a user