diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da42fe96..68c49600d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 10.0.3 +* Fixed `substract` to `subtract` value for `mask-composite` (by Michelle Enos). + ## 10.0.2 * Removed `-ms-user-select: all` because IE and old Edge don’t support it. * Fixed Grid Layout warning. diff --git a/package.json b/package.json index 14d6f4e4d..f5a4cd3c2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "10.0.2", + "version": "10.0.3", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "engines": { "node": "^10 || ^12 || >=14"