Skip to content

Commit

Permalink
Release 13.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalvert committed Apr 14, 2022
1 parent 8d69042 commit faa5f72
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@



## v13.0.0 (2022-04-14)

#### :boom: Breaking Change
* [#376](https://github.com/lint-todo/utils/pull/376) Fix incorrect logic for todo storage file compacting. ([@scalvert](https://github.com/scalvert))

#### :rocket: Enhancement
* [#372](https://github.com/lint-todo/utils/pull/372) Update config finding logic to traverse upwards to find config ([@scalvert](https://github.com/scalvert))

#### :bug: Bug Fix
* [#376](https://github.com/lint-todo/utils/pull/376) Fix incorrect logic for todo storage file compacting. ([@scalvert](https://github.com/scalvert))

#### :house: Internal
* [#377](https://github.com/lint-todo/utils/pull/377) Rename testing directories ([@scalvert](https://github.com/scalvert))
* [#336](https://github.com/lint-todo/utils/pull/336) Converting jest to vitest ([@scalvert](https://github.com/scalvert))

#### Committers: 1
- Steve Calvert ([@scalvert](https://github.com/scalvert))


## v12.0.1 (2021-12-28)

#### :bug: Bug Fix
Expand Down
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/utils",
"version": "12.0.1",
"version": "13.0.0",
"repository": "https://github.com/lint-todo/utils.git",
"license": "MIT",
"author": "Steve Calvert <steve.calvert@gmail.com>",
Expand Down

0 comments on commit faa5f72

Please sign in to comment.