From ec6785f904a3bd6656575747b594f7de6cbde790 Mon Sep 17 00:00:00 2001 From: molant Date: Thu, 7 Mar 2019 14:43:31 -0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=80=20hint-css-prefix-order=20-=20v1.0?= =?UTF-8?q?.2=20***NO=5FCI***?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/hint-css-prefix-order/CHANGELOG.md | 7 +++++++ packages/hint-css-prefix-order/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/hint-css-prefix-order/CHANGELOG.md b/packages/hint-css-prefix-order/CHANGELOG.md index 7ca3c6282c1..ffd2db66e87 100644 --- a/packages/hint-css-prefix-order/CHANGELOG.md +++ b/packages/hint-css-prefix-order/CHANGELOG.md @@ -1,3 +1,10 @@ +# 1.0.2 (March 7, 2019) + +## Bug fixes / Improvements + +* [[`091a3b1968`](https://github.com/webhintio/hint/commit/091a3b1968360c1745372a4eba45148e4970e9e0)] - Fix: Off-by-one error with hint-css-prefix-order (by [`Tony Ross`](https://github.com/antross) / see also: [`#1955`](https://github.com/webhintio/hint/issues/1955)). + + # 1.0.1 (February 21, 2019) ## Bug fixes / Improvements diff --git a/packages/hint-css-prefix-order/package.json b/packages/hint-css-prefix-order/package.json index d7ae1150ad2..9d4839b4a5a 100644 --- a/packages/hint-css-prefix-order/package.json +++ b/packages/hint-css-prefix-order/package.json @@ -70,5 +70,5 @@ "watch:test": "ava --watch", "watch:ts": "npm run build:ts -- --watch" }, - "version": "1.0.1" + "version": "1.0.2" }