diff --git a/packages/configuration-development/CHANGELOG.md b/packages/configuration-development/CHANGELOG.md index dc5f6bd6628..003a969512a 100644 --- a/packages/configuration-development/CHANGELOG.md +++ b/packages/configuration-development/CHANGELOG.md @@ -1,3 +1,10 @@ +# 6.1.1 (March 7, 2019) + +## Bug fixes / Improvements + +* [[`7cc5521aef`](https://github.com/webhintio/hint/commit/7cc5521aef9aab18ab54733275f154c8d5a94d11)] - Fix: Typo in configuration (by [`Jesus David GarcĂ­a Gomez`](https://github.com/sarvaje) / see also: [`#2013`](https://github.com/webhintio/hint/issues/2013)). + + # 6.1.0 (February 22, 2019) ## New features diff --git a/packages/configuration-development/package.json b/packages/configuration-development/package.json index 1a59e39ddf2..ed81b932112 100644 --- a/packages/configuration-development/package.json +++ b/packages/configuration-development/package.json @@ -50,5 +50,5 @@ "lint": "echo \"Nothing to lint\"", "test-only": "echo \"Nothing to test\"" }, - "version": "6.1.0" + "version": "6.1.1" }