Skip to content

Commit 79792ef

Browse files
committed
Release 4.0.3
1 parent 35adc66 commit 79792ef

File tree

3 files changed

+17
-3
lines changed

3 files changed

+17
-3
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,20 @@
55

66

77

8+
9+
## v4.0.3 (2022-11-15)
10+
11+
#### :bug: Bug Fix
12+
* [#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))
13+
14+
#### :memo: Documentation
15+
* [#411](https://github.com/lint-todo/eslint-formatter-todo/pull/411) Fix env var syntax in README ([@joshuabremerdexcom](https://github.com/joshuabremerdexcom))
16+
17+
#### Committers: 2
18+
- Joshua Bremer ([@joshuabremerdexcom](https://github.com/joshuabremerdexcom))
19+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
20+
21+
822
## v4.0.2 (2022-10-31)
923

1024
#### :house: Internal

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lint-todo/eslint-formatter-todo",
3-
"version": "4.0.2",
3+
"version": "4.0.3",
44
"description": "An ESLint formatter that can report errors as todos.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)