diff --git a/CHANGELOG.md b/CHANGELOG.md index fb35e3aed..1c5f6635c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.0.1 +* Fix PostCSS 8.1 compatability. +* Add our OpenCollective to `package.json`. +* Clean up code (by Sukka). + ## 10.0 “Alis volat propriis” * Removed support for Node.js 6.x, 8.x, 11.x. * Moved `postcss` to `peerDependencies`. diff --git a/package.json b/package.json index 1018163cc..c74e0068b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.0.0", + "version": "10.0.1", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"