Skip to content

Commit 5377db5

Browse files
committed
Release 3.0.0
1 parent f034e9f commit 5377db5

File tree

3 files changed

+25
-2
lines changed

3 files changed

+25
-2
lines changed

CHANGELOG.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,29 @@
11

22

33

4+
5+
## v3.0.0 (2022-08-01)
6+
7+
#### :boom: Breaking Change
8+
* [#333](https://github.com/lint-todo/eslint-formatter-todo/pull/333) Convert to @scalvert/bin-tester ([@scalvert](https://github.com/scalvert))
9+
10+
#### :rocket: Enhancement
11+
* [#332](https://github.com/lint-todo/eslint-formatter-todo/pull/332) Enable piping output through additional formatter for CI ([@tomcharles](https://github.com/tomcharles))
12+
* [#290](https://github.com/lint-todo/eslint-formatter-todo/pull/290) Adds COMPACT_TODO functionality to compact todo storage file. ([@scalvert](https://github.com/scalvert))
13+
14+
#### :bug: Bug Fix
15+
* [#289](https://github.com/lint-todo/eslint-formatter-todo/pull/289) Updates @lint-todo/utils to latest version for read isolation ([@scalvert](https://github.com/scalvert))
16+
17+
#### :house: Internal
18+
* [#333](https://github.com/lint-todo/eslint-formatter-todo/pull/333) Convert to @scalvert/bin-tester ([@scalvert](https://github.com/scalvert))
19+
* [#334](https://github.com/lint-todo/eslint-formatter-todo/pull/334) Convert to npm vs yarn ([@scalvert](https://github.com/scalvert))
20+
* [#286](https://github.com/lint-todo/eslint-formatter-todo/pull/286) Rename repository to new scope ([@scalvert](https://github.com/scalvert))
21+
22+
#### Committers: 2
23+
- Steve Calvert ([@scalvert](https://github.com/scalvert))
24+
- Tom Charles ([@tomcharles](https://github.com/tomcharles))
25+
26+
427
## v2.0.0 (2021-12-06)
528

629
#### :house: Internal

package-lock.json

Lines changed: 1 addition & 1 deletion
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": "2.0.0",
3+
"version": "3.0.0",
44
"description": "An ESLint formatter that can report errors as todos.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)