From 883f121d433c2317cac2231744052abf83d2ac80 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 19 Mar 2024 11:57:17 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++------- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 8 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index c3a5566..16b7662 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,20 +2,16 @@ "solution": { "fix-bad-declaration-output": { "impact": "patch", - "oldVersion": "1.1.1", - "newVersion": "1.1.2", + "oldVersion": "1.1.2", + "newVersion": "1.1.3", "constraints": [ { "impact": "patch", "reason": "Appears in changelog section :bug: Bug Fix" - }, - { - "impact": "patch", - "reason": "Appears in changelog section :house: Internal" } ], "pkgJSONPath": "./package.json" } }, - "description": "## Release (2024-02-09)\n\nfix-bad-declaration-output 1.1.2 (patch)\n\n#### :bug: Bug Fix\n* `fix-bad-declaration-output`\n * [#8](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/8) Update fixer for TS#56571 to remove all References ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `fix-bad-declaration-output`\n * [#10](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/10) Add more tests ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-03-19)\n\nfix-bad-declaration-output 1.1.3 (patch)\n\n#### :bug: Bug Fix\n* `fix-bad-declaration-output`\n * [#11](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/11) Support inline imports ([@bertdeblock](https://github.com/bertdeblock))\n\n#### Committers: 1\n- Bert De Block ([@bertdeblock](https://github.com/bertdeblock))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ce544..fc5a498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-03-19) + +fix-bad-declaration-output 1.1.3 (patch) + +#### :bug: Bug Fix +* `fix-bad-declaration-output` + * [#11](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/11) Support inline imports ([@bertdeblock](https://github.com/bertdeblock)) + +#### Committers: 1 +- Bert De Block ([@bertdeblock](https://github.com/bertdeblock)) + ## Release (2024-02-09) fix-bad-declaration-output 1.1.2 (patch) diff --git a/package.json b/package.json index 79fc33a..7458d85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fix-bad-declaration-output", - "version": "1.1.2", + "version": "1.1.3", "keywords": [], "repository": { "type": "git",