diff --git a/CHANGELOG.md b/CHANGELOG.md index f214a1ce..0c64a5b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ + +## v13.0.2 (2022-04-15) + +#### :bug: Bug Fix +* [#379](https://github.com/lint-todo/utils/pull/379) Fix compacting to not be destructive with other engines ([@scalvert](https://github.com/scalvert)) + +#### Committers: 1 +- Steve Calvert ([@scalvert](https://github.com/scalvert)) + + ## v13.0.1 (2022-04-15) #### :bug: Bug Fix diff --git a/package.json b/package.json index 97681a60..5a1388c5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lint-todo/utils", - "version": "13.0.1", + "version": "13.0.2", "repository": "https://github.com/lint-todo/utils.git", "license": "MIT", "author": "Steve Calvert ",