diff --git a/CHANGELOG.md b/CHANGELOG.md index 073643a..cdd94dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## next +## 2.0.1 (March 31, 2021) - Fixed wrong `require()` in CLI that causes to crash - Bumped `csstree` to [1.1.3](https://github.com/csstree/csstree/releases/tag/v1.1.1) to fix the issue with parsing that causes to a failure on a value with function/brackets and `!important` (#18) diff --git a/package-lock.json b/package-lock.json index b639efb..753ef10 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "csstree-validator", - "version": "2.0.0", + "version": "2.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 14b72e4..15e014d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "csstree-validator", - "version": "2.0.0", + "version": "2.0.1", "description": "CSS validator built on csstree", "author": "Roman Dvornov ", "license": "MIT",