From 3ae728157867daedf3d7111502d1f58b91f9c6bc Mon Sep 17 00:00:00 2001 From: Roman Dvornov Date: Wed, 23 Oct 2019 02:32:10 +0300 Subject: [PATCH] 4.0.1 --- CHANGELOG.md | 6 +++--- package-lock.json | 2 +- package.json | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 859315c5..100c51db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,10 +1,10 @@ -## next +## 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 fix source map generation inconsistency across node.js versions +- 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 ## 4.0.0 (October 21, 2019) -- Dropped support for Node < 8 +- Dropped support for Node.js < 8 - Refreshed dev dependencies and scripts - Bumped [CSSTree](https://github.com/csstree/csstree) to `1.0.0-alpha.36` (#399) - Changed bundle files: `dist/csso.js` and `dist/csso.min.js` instead single `dist/csso-browser.js` (min version) diff --git a/package-lock.json b/package-lock.json index 9f3f5a52..9ca52dd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "csso", - "version": "4.0.0", + "version": "4.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f1eab0e4..ea0b23f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csso", - "version": "4.0.0", + "version": "4.0.1", "description": "CSS minifier with structural optimisations", "homepage": "https://github.com/css/csso", "author": "Sergey Kryzhanovsky (https://github.com/afelix)",