From e268e98e9f39165c3f0508c3056a0539e0f5101f Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Sun, 15 Aug 2021 07:30:45 -0700 Subject: [PATCH] Release 1.4.0 --- CHANGELOG.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 270db57..6464232 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## v1.4.0 (2021-08-15) + +#### :rocket: Enhancement +* [#213](https://github.com/scalvert/eslint-formatter-todo/pull/213) Upgrades to latest version of @ember-template-lint/todo-utils with fuzzy matching ([@scalvert](https://github.com/scalvert)) + +#### :memo: Documentation +* [#237](https://github.com/scalvert/eslint-formatter-todo/pull/237) Updates the README to clarify usage for configuration ([@scalvert](https://github.com/scalvert)) +* [#206](https://github.com/scalvert/eslint-formatter-todo/pull/206) docs(README): `error > warn` ([@buschtoens](https://github.com/buschtoens)) + +#### Committers: 3 +- Jan Buschtöns ([@buschtoens](https://github.com/buschtoens)) +- Steve Calvert ([@scalvert](https://github.com/scalvert)) +- [@dependabot-preview[bot]](https://github.com/apps/dependabot-preview) + + ## v1.3.1 (2021-02-05) #### :bug: Bug Fix diff --git a/package.json b/package.json index 7e9ef24..927bd6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@scalvert/eslint-formatter-todo", - "version": "1.3.1", + "version": "1.4.0", "description": "An ESLint formatter that can report errors as todos.", "repository": { "type": "git",