From f4159012094cdffd5a43192a9d436a3217150734 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Fri, 15 Apr 2022 08:23:39 -0700 Subject: [PATCH] Release 13.0.2 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) 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 ",