diff --git a/CHANGELOG.md b/CHANGELOG.md index 9892542a9..4d2a9cff0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 9.2.1 +* Fix broken AST. + ## 9.2 “Onyi est glavnaya krepost” * Add `/* autoprefixer grid: on */` control comment (by Andrey Alexandrov). * Add duplicate `grid-area` support (by Bogdan Dolin). diff --git a/package.json b/package.json index 0f3591f43..c6f125213 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "9.2.0", + "version": "9.2.1", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": [ "autoprefixer",