From 8fd79b02a8445f2647605ac28ccc346bdf1cffed Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Fri, 22 Feb 2019 08:40:16 -0500 Subject: [PATCH] 6.1.2 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed7df09..5a22000 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 6.1.2 / 2019-02-22 + +- Upgrade dependency globby to fix bug in sub-dependency ([#265](https://github.com/postcss/postcss-cli/issues/265), [#270](https://github.com/postcss/postcss-cli/pull/270)) + # 6.1.1 / 2019-01-04 - Fix empty lines being printed in some cases ([#256](https://github.com/postcss/postcss-cli/issues/256), [#257](https://github.com/postcss/postcss-cli/pull/257)) diff --git a/package.json b/package.json index 7d44b91..1ca2c78 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-cli", - "version": "6.1.1", + "version": "6.1.2", "description": "CLI for PostCSS", "main": "index.js", "engines": {