diff --git a/CHANGELOG.md b/CHANGELOG.md index 3249e26f7..0e111001f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.4.16 +* Improved performance (by Romain Menke). +* Fixed docs (by Christian Oliff). + ## 10.4.15 * Fixed `::backdrop` prefixes (by 一丝). * Fixed docs (by Christian Oliff). diff --git a/package.json b/package.json index 7da37a1eb..6db80cd6b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.4.15", + "version": "10.4.16", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"