From 2072e73d77fd1abc67e49f74950e3df2d6599026 Mon Sep 17 00:00:00 2001 From: Andrey Sitnik Date: Sun, 14 Oct 2018 13:18:23 -0400 Subject: [PATCH] Release 9.2 version --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec530b676..9892542a9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Change Log This project adheres to [Semantic Versioning](http://semver.org/). +## 9.2 “Onyi est glavnaya krepost” +* Add `/* autoprefixer grid: on */` control comment (by Andrey Alexandrov). +* Add duplicate `grid-area` support (by Bogdan Dolin). +* Fix `grid-gap` support for rules with different specifity (by Bogdan Dolin). +* Disable Grid in `@supports` at-rule with non-supported Grid features. +* Improve Grid warnings (by Daniel Tonon). +* Improve docs (by Joshua Hall, Mat Gadd, Roy Revelt, and Ivan). + ## 9.1.5 * Remove `@babel/register` from dependencies. diff --git a/package.json b/package.json index b64c73195..30e2601fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "autoprefixer", - "version": "9.1.5", + "version": "9.2.0", "description": "Parse CSS and add vendor prefixes to CSS rules using values from the Can I Use website", "keywords": [ "autoprefixer",