diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ac215f0..0ba0ecbf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.4.14 +* Improved startup time and reduced JS bundle size (by Kārlis Gaņģis). + ## 10.4.13 * Fixed missed prefixes on vendor prefixes in name of CSS Custom Property. diff --git a/package.json b/package.json index 4c949bd57..31c417d06 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.4.13", + "version": "10.4.14", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"