1
0
mirror of https://github.com/svg/svgo.git synced 2026-01-28 19:20:51 +03:00
This commit is contained in:
Lev Solntsev
2019-10-30 14:00:29 +03:00
parent 99d9c3c13a
commit d17c429c4f
3 changed files with 5 additions and 2 deletions

View File

@@ -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
View File

@@ -1,6 +1,6 @@
{
"name": "svgo",
"version": "1.3.1",
"version": "1.3.2",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@@ -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",