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": {