diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d71b71c..697aec694 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.4.18 +* Fixed removing `-webkit-box-orient` on `-webkit-line-clamp` (@Goodwine). + ## 10.4.17 * Fixed `user-select: contain` prefixes. diff --git a/package.json b/package.json index 053614637..3bd506d6a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.4.17", + "version": "10.4.18", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"