diff --git a/CHANGELOG.md b/CHANGELOG.md index 95c4a1338..bd7db7de4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.3.5 +* Replace `colorette` to `nanocolors`. + ## 10.3.4 * Fixed `stretch` value in latest Firefox. diff --git a/package.json b/package.json index acd5072a7..1f53b94e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.3.4", + "version": "10.3.5", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"