From afdc65f46757961a70439f6fb23d5d8c2f368056 Mon Sep 17 00:00:00 2001 From: Ryan Zimmerman Date: Wed, 19 Dec 2018 19:15:18 -0500 Subject: [PATCH] 6.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a51e8c1..441255a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +# 6.1.0 / 2018-12-19 + +- Add `--include-dotfiles` flag to allow globs to match dotfiles. ([#254](https://github.com/postcss/postcss-cli/pull/254)) +- Only log warning messages. This has always been intended behavior, but it wasn't working as expected. ([#244](https://github.com/postcss/postcss-cli/pull/244)) + # 6.0.1 / 2018-10-17 - Better error handling for errors thrown by plugins ([#242](https://github.com/postcss/postcss-cli/issues/242), [#243](https://github.com/postcss/postcss-cli/pull/243)) diff --git a/package.json b/package.json index d6fb98f..28dbdea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "postcss-cli", - "version": "6.0.1", + "version": "6.1.0", "description": "CLI for PostCSS", "main": "index.js", "engines": {