From ed02dc8d5f54a9528869920e1be3b6bd8b15168c Mon Sep 17 00:00:00 2001 From: Dmitry Semigradsky Date: Mon, 15 May 2017 14:36:17 +0300 Subject: [PATCH] 2.11.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e52d31..12c1b1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.11.0 - 2017-05-15 + +- Added: `image-set()` support + (via [postcss-image-set-polyfill](https://github.com/SuperOl3g/postcss-image-set-polyfill)) + ([#373](https://github.com/MoOx/postcss-cssnext/pull/373) - @SuperOl3g) +- Added: new auto-deactivation rule in features map + ([#345](https://github.com/MoOx/postcss-cssnext/pull/345) - @Semigradsky) + # 2.10.0 - 2017-03-16 - Added: ``system-ui`` keyword to define current System font-size diff --git a/package.json b/package.json index 85e258d..b9ad124 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-cssnext", - "version": "2.10.0", + "version": "2.11.0", "description": "Use tomorrow’s CSS syntax, today", "keywords": [ "postcss",