From 024f89559d97d5752c65defb65d89dd997f5e1b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 20 Mar 2024 01:53:48 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 6 +++--- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index 16b7662..8d53174 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,8 +2,8 @@ "solution": { "fix-bad-declaration-output": { "impact": "patch", - "oldVersion": "1.1.2", - "newVersion": "1.1.3", + "oldVersion": "1.1.3", + "newVersion": "1.1.4", "constraints": [ { "impact": "patch", @@ -13,5 +13,5 @@ "pkgJSONPath": "./package.json" } }, - "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" + "description": "## Release (2024-03-20)\n\nfix-bad-declaration-output 1.1.4 (patch)\n\n#### :bug: Bug Fix\n* `fix-bad-declaration-output`\n * [#13](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/13) Support export * for https://github.com/typed-ember/glint/issues/628 ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index fc5a498..ada52a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## Release (2024-03-20) + +fix-bad-declaration-output 1.1.4 (patch) + +#### :bug: Bug Fix +* `fix-bad-declaration-output` + * [#13](https://github.com/NullVoxPopuli/fix-bad-declaration-output/pull/13) Support export * for https://github.com/typed-ember/glint/issues/628 ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-03-19) fix-bad-declaration-output 1.1.3 (patch) diff --git a/package.json b/package.json index 7458d85..dadaa0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "fix-bad-declaration-output", - "version": "1.1.3", + "version": "1.1.4", "keywords": [], "repository": { "type": "git",