diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ac3922a9..f50445f77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 9.4.8 +* Fix `calc()` support in Grid gap. + ## 9.4.7 * Fix infinite loop on mismatched parens. diff --git a/package.json b/package.json index 824a96be3..9b0752816 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "9.4.7", + "version": "9.4.8", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": [ "autoprefixer",