From 79792efac9e7b2680f5942a1a5e7da1177ed7758 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Mon, 14 Nov 2022 16:27:50 -0800 Subject: [PATCH] Release 4.0.3 --- CHANGELOG.md | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3b27bb..3b6b837 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,20 @@ + +## v4.0.3 (2022-11-15) + +#### :bug: Bug Fix +* [#408](https://github.com/lint-todo/eslint-formatter-todo/pull/408) Ensures --quiet flag filters out todos converted to warnings ([@scalvert](https://github.com/scalvert)) + +#### :memo: Documentation +* [#411](https://github.com/lint-todo/eslint-formatter-todo/pull/411) Fix env var syntax in README ([@joshuabremerdexcom](https://github.com/joshuabremerdexcom)) + +#### Committers: 2 +- Joshua Bremer ([@joshuabremerdexcom](https://github.com/joshuabremerdexcom)) +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v4.0.2 (2022-10-31) #### :house: Internal diff --git a/package-lock.json b/package-lock.json index f54a16c..edc6775 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lint-todo/eslint-formatter-todo", - "version": "4.0.2", + "version": "4.0.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@lint-todo/eslint-formatter-todo", - "version": "4.0.2", + "version": "4.0.3", "license": "MIT", "dependencies": { "@lint-todo/utils": "^13.1.0", diff --git a/package.json b/package.json index 0cf6820..262debe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lint-todo/eslint-formatter-todo", - "version": "4.0.2", + "version": "4.0.3", "description": "An ESLint formatter that can report errors as todos.", "repository": { "type": "git",