diff --git a/CHANGELOG.md b/CHANGELOG.md index 697aec694..3868a6e63 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.4.19 +* Removed `end value has mixed support, consider using flex-end` warning + since `end`/`start` now have good support. + ## 10.4.18 * Fixed removing `-webkit-box-orient` on `-webkit-line-clamp` (@Goodwine). diff --git a/package.json b/package.json index 4ab75b5af..e0a92313d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.4.18", + "version": "10.4.19", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"