From c229c759fe493694cf4254f7428424b7aa8af4a2 Mon Sep 17 00:00:00 2001 From: Steve Calvert Date: Fri, 11 Aug 2023 09:47:54 -0700 Subject: [PATCH] Release 13.1.1 --- CHANGELOG.md | 11 +++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0017081d..f3d43ba9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,17 @@ + +## v13.1.1 (2023-08-11) + +#### :bug: Bug Fix +* [#578](https://github.com/lint-todo/utils/pull/578) Fix compact todo EOL issues, add more tests ([@Techn1x](https://github.com/Techn1x)) + +#### Committers: 2 +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) +- Brad Overton ([@Techn1x](https://github.com/Techn1x)) + + ## v13.1.0 (2022-10-31) #### :rocket: Enhancement diff --git a/package-lock.json b/package-lock.json index c2e99312..a975782e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@lint-todo/utils", - "version": "13.1.0", + "version": "13.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@lint-todo/utils", - "version": "13.1.0", + "version": "13.1.1", "license": "MIT", "dependencies": { "@types/eslint": "^8.4.9", diff --git a/package.json b/package.json index c4367b77..3fdefb0f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lint-todo/utils", - "version": "13.1.0", + "version": "13.1.1", "repository": "https://github.com/lint-todo/utils.git", "license": "MIT", "author": "Steve Calvert ",