diff --git a/CHANGELOG.md b/CHANGELOG.md index 07a467765..91c697cf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 9.7.5 +* Fix `-webkit-stretch` support. + ## 9.7.4 * Fix warning text (by Dmitry Ishkov). diff --git a/package.json b/package.json index d100888a7..3497b0c34 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "9.7.4", + "version": "9.7.5", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": [ "autoprefixer",