From 0f2a162c7f67a1b56c8de94c4ed850dbd050e1a3 Mon Sep 17 00:00:00 2001 From: Simon Smith Date: Tue, 28 Feb 2017 08:35:11 +0000 Subject: [PATCH] 2.0.0 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e2e3a94..f57ab61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ### HEAD +### 2.0.0 (February 28, 2017) + * Add utils for `flex-basis` and `flex` shorthand (initial, auto, none) * Add `flex-shrink` utility * Remove IE10 hack for applying `flex-shrink` to all children diff --git a/package.json b/package.json index 3c526a4..16a60d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "suitcss-utils-flex", - "version": "1.1.1", + "version": "2.0.0", "description": "Flexbox utilities for SUIT CSS", "keywords": [ "browser",