From a5df5d6262ce7b4c8e554852fec109d0d602f575 Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Tue, 24 Mar 2020 13:14:46 +0100 Subject: [PATCH] 4.0.3 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a720579c..9399b5fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 4.0.3 (March 24, 2020) + +- Prevented percent sign removal in `flex`/`-ms-flex` (#410) +- Fixed restructuring optimisation in some cases (@charlessuh & @chsuh, #358, #411) +- Bumped dependencies (@AviVahl, #409) + ## 4.0.2 (October 28, 2019) - Fixed clean stage to avoid exceptions when source has unparsed or bad parts (#380) diff --git a/package-lock.json b/package-lock.json index 38a98fda..54a12a41 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "csso", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0a994a20..b993648e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csso", - "version": "4.0.2", + "version": "4.0.3", "description": "CSS minifier with structural optimisations", "homepage": "https://github.com/css/csso", "author": "Sergey Kryzhanovsky (https://github.com/afelix)",