From 3ec0767ba0ca3aff507ace3b3798de69084c4649 Mon Sep 17 00:00:00 2001 From: Lev Solntsev Date: Fri, 3 Nov 2017 13:33:46 +0300 Subject: [PATCH] v1.0.2 --- CHANGELOG.md | 4 ++++ README.md | 10 +++++++++- README.ru.md | 10 +++++++++- package.json | 2 +- 4 files changed, 23 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0ea3868a1..18d7957eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 ``. diff --git a/README.md b/README.md index ecc0dfb5c..ef4ff67cb 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/README.ru.md b/README.ru.md index b2a9f2c4a..26f14994a 100644 --- a/README.ru.md +++ b/README.ru.md @@ -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: diff --git a/package.json b/package.json index ab89a022e..e9ca38d69 100644 --- a/package.json +++ b/package.json @@ -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",