From e3010581a0aeb74aa2b4cdd736316a9d3a43909d Mon Sep 17 00:00:00 2001 From: ef4 <319282+ef4@users.noreply.github.com> Date: Tue, 5 Nov 2024 16:35:21 +0000 Subject: [PATCH] Prepare Release using 'release-plan' --- .release-plan.json | 10 +++++++--- CHANGELOG.md | 17 +++++++++++++++++ package.json | 2 +- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/.release-plan.json b/.release-plan.json index bf79e82..0c0bab1 100644 --- a/.release-plan.json +++ b/.release-plan.json @@ -2,16 +2,20 @@ "solution": { "decorator-transforms": { "impact": "patch", - "oldVersion": "2.2.1", - "newVersion": "2.2.2", + "oldVersion": "2.2.2", + "newVersion": "2.2.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-10-01)\n\ndecorator-transforms 2.2.2 (patch)\n\n#### :bug: Bug Fix\n* `decorator-transforms`\n * [#35](https://github.com/ef4/decorator-transforms/pull/35) Remove unintentional change that was part of #33 ([@ef4](https://github.com/ef4))\n\n#### Committers: 1\n- Edward Faulkner ([@ef4](https://github.com/ef4))\n" + "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" } diff --git a/CHANGELOG.md b/CHANGELOG.md index cb33311..b88613a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## Release (2024-11-05) + +decorator-transforms 2.2.3 (patch) + +#### :bug: Bug Fix +* `decorator-transforms` + * [#37](https://github.com/ef4/decorator-transforms/pull/37) Don't use node APIs (require) ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### :house: Internal +* `decorator-transforms` + * [#40](https://github.com/ef4/decorator-transforms/pull/40) Update release-plan ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#38](https://github.com/ef4/decorator-transforms/pull/38) Prettier ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + * [#39](https://github.com/ef4/decorator-transforms/pull/39) Set a pnpm via packageManager ([@NullVoxPopuli](https://github.com/NullVoxPopuli)) + +#### Committers: 1 +- [@NullVoxPopuli](https://github.com/NullVoxPopuli) + ## Release (2024-10-01) decorator-transforms 2.2.2 (patch) diff --git a/package.json b/package.json index 9cd92ae..6f6bb6c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "decorator-transforms", - "version": "2.2.2", + "version": "2.2.3", "description": "Better babel transforms for decorators", "keywords": [], "repository": {