diff --git a/CHANGELOG.md b/CHANGELOG.md index 074f3dd1b..4076d7177 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.3.2 +* Fixed `::file-selector-button` support (by Usman Yunusov) + ## 10.3.1 * Fixed adding wrong prefixes to `content` (by Luke Warlow). diff --git a/package.json b/package.json index 792aa63ea..66f034ea3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.3.1", + "version": "10.3.2", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"