From 6577f6c196325e5e10d4b4ce704d5987b268433a Mon Sep 17 00:00:00 2001 From: Maxime Thirouin Date: Thu, 16 Mar 2017 07:51:35 +0100 Subject: [PATCH] 2.10.0 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49679ae..6e52d31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 2.10.0 - 2017-03-16 + +- Added: ``system-ui`` keyword to define current System font-size + (via [postcss-font-family-system-ui](https://github.com/JLHwung/postcss-font-family-system-ui)) + ([#342](https://github.com/MoOx/postcss-cssnext/pull/342) - @JLHwung) +- Added: new auto-deactivation rules in features map + ([#345](https://github.com/MoOx/postcss-cssnext/pull/345) - @Semigradsky) + # 2.9.0 - 2016-11-28 - Added: new rgb() & hsl() functional notation diff --git a/package.json b/package.json index b0f85a8..e4cc77f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-cssnext", - "version": "2.9.0", + "version": "2.10.0", "description": "Use tomorrow’s CSS syntax, today", "keywords": [ "postcss",