diff --git a/CHANGELOG.md b/CHANGELOG.md index f50445f77..2cd0dff7a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 9.4.9 +* Fix `grid-template` and `@media` case (by Bogdan Dolin). + ## 9.4.8 * Fix `calc()` support in Grid gap. diff --git a/package.json b/package.json index cc81467db..937ef3a86 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "9.4.8", + "version": "9.4.9", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": [ "autoprefixer",