diff --git a/CHANGELOG.md b/CHANGELOG.md index f6c61c61..ae9793fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next +## 5.0.2 (December 17, 2021) - Extended Node.js support to include `^10` - Fixed `main` field in `package.json` to refer to CommonJS module diff --git a/package-lock.json b/package-lock.json index fa21cbcb..585fdf1b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "csso", - "version": "5.0.1", + "version": "5.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "csso", - "version": "5.0.1", + "version": "5.0.2", "license": "MIT", "dependencies": { "css-tree": "~2.0.4" diff --git a/package.json b/package.json index 09186334..9b19c85b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csso", - "version": "5.0.1", + "version": "5.0.2", "description": "CSS minifier with structural optimisations", "author": "Sergey Kryzhanovsky (https://github.com/afelix)", "maintainers": [