diff --git a/CHANGELOG.md b/CHANGELOG.md index 67c63dc8d..854c26793 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,9 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 9.1.2 +* Fix `autoprefixer --info` in new Node.js. + ## 9.1.1 * Retain `grid-gap` through `@media` (by Bogdan Dolin). * Fix `grid-template` and `@media` (by Bogdan Dolin). diff --git a/package.json b/package.json index 3357af6c9..30ddf9da5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "9.1.1", + "version": "9.1.2", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": [ "autoprefixer",