diff --git a/CHANGELOG.md b/CHANGELOG.md index cf981695..f214a1ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ + +## v13.0.1 (2022-04-15) + +#### :bug: Bug Fix +* [#378](https://github.com/lint-todo/utils/pull/378) Downgrading find-up as it collides with other projects using ESM ([@scalvert](https://github.com/scalvert)) + +#### Committers: 1 +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v13.0.0 (2022-04-14) #### :boom: Breaking Change diff --git a/package.json b/package.json index 4710290c..97681a60 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lint-todo/utils", - "version": "13.0.0", + "version": "13.0.1", "repository": "https://github.com/lint-todo/utils.git", "license": "MIT", "author": "Steve Calvert ",