diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ad16a063..24a07da17 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.4.10 +* Fixed `unicode-bidi` prefixes by moving to MDN data. + ## 10.4.9 * Fixed `css-unicode-bidi` issue from latest Can I Use. diff --git a/package.json b/package.json index 7621262fa..01e0cfc3b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.4.9", + "version": "10.4.10", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"