diff --git a/CHANGELOG.md b/CHANGELOG.md index 3bd91183b..d7c8fb2cc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.3 “Чести своей не отдам никому” +* Added `::file-selector-button` support (by Luke Warlow). + ## 10.2.6 * Fixed “no prefixes needed” warning (by @Pwntheon). diff --git a/package.json b/package.json index 39ec55c92..160d9d2ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.2.6", + "version": "10.3.0", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"