From 4bd2825c0f43e2d86725ad91e5bf748627da846d Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Tue, 29 Oct 2019 02:24:23 +0300 Subject: [PATCH] 4.0.2 --- CHANGELOG.md | 5 +++++ README.md | 2 +- package-lock.json | 2 +- package.json | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 100c51db..a720579c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 4.0.2 (October 28, 2019) + +- Fixed clean stage to avoid exceptions when source has unparsed or bad parts (#380) +- Fixed wrong percentage sign removal for zero values (#395) + ## 4.0.1 (October 22, 2019) - Bumped CSSTree to [`1.0.0-alpha.37`](https://github.com/csstree/csstree/releases/tag/v1.0.0-alpha.37) to avoid source map generation inconsistency across Node.js versions diff --git a/README.md b/README.md index f9cd31ac..6395bc11 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ CSSO (CSS Optimizer) is a CSS minifier. It performs three sort of transformation - [postcss-csso](https://github.com/lahmatiy/postcss-csso) – `PostCSS` plugin - [csso-loader](https://github.com/sandark7/csso-loader) – `webpack` loader - [csso-webpack-plugin](https://github.com/zoobestik/csso-webpack-plugin) – `webpack` plugin -- [CSSO Visual Studio Code plugin](https://marketplace.visualstudio.com/items?itemName=Aneryu.csso) - `VS Code plugin` +- [CSSO Visual Studio Code plugin](https://marketplace.visualstudio.com/items?itemName=Aneryu.csso) ## Install diff --git a/package-lock.json b/package-lock.json index 9ca52dd8..900e2ba2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "csso", - "version": "4.0.1", + "version": "4.0.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index ea0b23f0..780e77dd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csso", - "version": "4.0.1", + "version": "4.0.2", "description": "CSS minifier with structural optimisations", "homepage": "https://github.com/css/csso", "author": "Sergey Kryzhanovsky (https://github.com/afelix)",