diff --git a/CHANGELOG.md b/CHANGELOG.md index cd3a20aa6..27c18c75b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 9.8.3 +* Return old non-LTS Node.js versions to avoid breaking changes. + ## 9.8.2 * Remove Node.js 13.0-13.7 from supported engines, because of buggy ESM support. diff --git a/package.json b/package.json index 1bdb0f810..fcc1727e7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "9.8.2", + "version": "9.8.3", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": [ "autoprefixer",