From b1f49eab8485fe714973ceb2bc497bba86e55b73 Mon Sep 17 00:00:00 2001 From: ef4 <319282+ef4@users.noreply.github.com> Date: Tue, 5 Nov 2024 20:11:08 +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 0c0bab1..0eb2618 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,20 +2,16 @@ "solution": { "decorator-transforms": { "impact": "patch", - "oldVersion": "2.2.2", - "newVersion": "2.2.3", + "oldVersion": "2.2.3", + "newVersion": "2.2.4", "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-11-05)\n\ndecorator-transforms 2.2.3 (patch)\n\n#### :bug: Bug Fix\n* `decorator-transforms`\n * [#37](https://github.com/ef4/decorator-transforms/pull/37) Don't use node APIs (require) ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### :house: Internal\n* `decorator-transforms`\n * [#40](https://github.com/ef4/decorator-transforms/pull/40) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#38](https://github.com/ef4/decorator-transforms/pull/38) Prettier ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n * [#39](https://github.com/ef4/decorator-transforms/pull/39) Set a pnpm via packageManager ([@NullVoxPopuli](https://github.com/NullVoxPopuli))\n\n#### Committers: 1\n- [@NullVoxPopuli](https://github.com/NullVoxPopuli)\n" + "description": "## Release (2024-11-05)\n\ndecorator-transforms 2.2.4 (patch)\n\n#### :bug: Bug Fix\n* `decorator-transforms`\n * [#44](https://github.com/ef4/decorator-transforms/pull/44) Revert \"Don't use nodeisms\" ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" } diff --git a/CHANGELOG.md b/CHANGELOG.md index b88613a..dc622db 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ ## Release (2024-11-05) +decorator-transforms 2.2.4 (patch) + +#### :bug: Bug Fix +* `decorator-transforms` + * [#44](https://github.com/ef4/decorator-transforms/pull/44) Revert "Don't use nodeisms" ([@ef4](https://github.com/ef4)) + +#### Committers: 1 +- Edward Faulkner ([@ef4](https://github.com/ef4)) + +## Release (2024-11-05) + decorator-transforms 2.2.3 (patch) #### :bug: Bug Fix diff --git a/package.json b/package.json index 6f6bb6c..6bb7465 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decorator-transforms", - "version": "2.2.3", + "version": "2.2.4", "description": "Better babel transforms for decorators", "keywords": [], "repository": {