Skip to content

Commit

Permalink
Release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Aug 1, 2022
1 parent f034e9f commit 5377db5
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 2 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,29 @@




## v3.0.0 (2022-08-01)

#### :boom: Breaking Change
* [#333](https://github.com/lint-todo/eslint-formatter-todo/pull/333) Convert to @scalvert/bin-tester ([@scalvert](https://github.com/scalvert))

#### :rocket: Enhancement
* [#332](https://github.com/lint-todo/eslint-formatter-todo/pull/332) Enable piping output through additional formatter for CI ([@tomcharles](https://github.com/tomcharles))
* [#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))

#### :bug: Bug Fix
* [#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))

#### :house: Internal
* [#333](https://github.com/lint-todo/eslint-formatter-todo/pull/333) Convert to @scalvert/bin-tester ([@scalvert](https://github.com/scalvert))
* [#334](https://github.com/lint-todo/eslint-formatter-todo/pull/334) Convert to npm vs yarn ([@scalvert](https://github.com/scalvert))
* [#286](https://github.com/lint-todo/eslint-formatter-todo/pull/286) Rename repository to new scope ([@scalvert](https://github.com/scalvert))

#### Committers: 2
- Steve Calvert ([@scalvert](https://github.com/scalvert))
- Tom Charles ([@tomcharles](https://github.com/tomcharles))


## v2.0.0 (2021-12-06)

#### :house: Internal
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lint-todo/eslint-formatter-todo",
"version": "2.0.0",
"version": "3.0.0",
"description": "An ESLint formatter that can report errors as todos.",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5377db5

Please sign in to comment.