Skip to content

Commit

Permalink
v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
GreLI committed Nov 3, 2017
1 parent ceccf1f commit 3ec0767
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### [ [>](https://github.com/svg/svgo/tree/v1.0.2) ] 1.0.2 / 03.11.2017
* Fixed a couple of errors related to `inlineStyles` plugin.
* Updated some lost details in documentation to reflect v1.0 changes.

### [ [>](https://github.com/svg/svgo/tree/v1.0.1) ] 1.0.1 / 31.10.2017
* Fixed error “Object.defineProperty called on non-object” in images with `<foreignObject/>`.

Expand Down
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,20 @@ Arguments:

or:

```sh
$ svgo *.svg
```

```sh
$ svgo test.svg -o test.min.svg
```

```sh
$ svgo test.svg other.svg third.svg
```

```sh
$ svgo *.svg
$ svgo test.svg other.svg third.svg -o test.min.svg -o other.min.svg -o third.min.svg
```

* with STDIN / STDOUT:
Expand Down
10 changes: 9 additions & 1 deletion README.ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,20 @@ $ [sudo] npm install -g svgo

или:

```sh
$ svgo *.svg
```

```sh
$ svgo test.svg -o test.min.svg
```

```sh
$ svgo test.svg other.svg third.svg
```

```sh
$ svgo *.svg
$ svgo test.svg other.svg third.svg -o test.min.svg -o other.min.svg -o third.min.svg
```

* со STDIN / STDOUT:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "svgo",
"version": "1.0.1",
"version": "1.0.2",
"description": "Nodejs-based tool for optimizing SVG vector graphics files",
"keywords": [
"svgo",
Expand Down

0 comments on commit 3ec0767

Please sign in to comment.