From 40db46c9f0f1b96a1e9b9f20c3131c1d3d929a6e Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Thu, 26 Feb 2026 17:02:13 -0500 Subject: [PATCH 1/2] chore: release v0.9.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 15 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 25af57b..2101ae5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.8.2" + ".": "0.9.0" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 56e94a6..b48ced0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [0.9.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.8.2...code-transformer-v0.9.0) (2026-02-26) + + +### Features + +* Add support for matching export alias ([#29](https://github.com/nodejs/orchestrion-js/issues/29)) ([2169e27](https://github.com/nodejs/orchestrion-js/commit/2169e27fc29ad89cc8b6bbc4ece3be59ab0c87a6)) +* Added support for wrapping private class methods ([22d069d](https://github.com/nodejs/orchestrion-js/commit/22d069d23ea5fd1a4bc21f572b8febd6efae9c72)) +* Added support for wrapping private class methods ([e09e5af](https://github.com/nodejs/orchestrion-js/commit/e09e5af8b57c565abed561ba9a8a657f21c47086)) +* Added support for wrapping private class methods ([96f3d8e](https://github.com/nodejs/orchestrion-js/commit/96f3d8ee72962e651a553333f463b6c6b608487c)) +* Added support for wrapping private class methods ([eafebcd](https://github.com/nodejs/orchestrion-js/commit/eafebcd9e709b796dddcc94c381e4eca70600ea6)) +* Added support for wrapping private class methods ([d91c03d](https://github.com/nodejs/orchestrion-js/commit/d91c03d2de8715551a347f9aa7bb5883d6ddbe6b)) +* Added support for wrapping private class methods ([3b43b02](https://github.com/nodejs/orchestrion-js/commit/3b43b029c6ff58a3bd67c986fbd3c0fdd3cdaa7b)) + ## [0.8.2](https://github.com/apm-js-collab/orchestrion-js/compare/code-transformer-v0.8.1...code-transformer-v0.8.2) (2025-09-26) diff --git a/package.json b/package.json index e6e6949..7e77400 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apm-js-collab/code-transformer", - "version": "0.8.2", + "version": "0.9.0", "license": "Apache-2.0", "repository": { "type": "git", From 9cf50487f71002aefa82064b7452bd2388b35c1a Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Thu, 26 Feb 2026 17:06:43 -0500 Subject: [PATCH 2/2] chore: fixup changelog --- CHANGELOG.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b48ced0..95ecdf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,12 +6,7 @@ ### Features * Add support for matching export alias ([#29](https://github.com/nodejs/orchestrion-js/issues/29)) ([2169e27](https://github.com/nodejs/orchestrion-js/commit/2169e27fc29ad89cc8b6bbc4ece3be59ab0c87a6)) -* Added support for wrapping private class methods ([22d069d](https://github.com/nodejs/orchestrion-js/commit/22d069d23ea5fd1a4bc21f572b8febd6efae9c72)) -* Added support for wrapping private class methods ([e09e5af](https://github.com/nodejs/orchestrion-js/commit/e09e5af8b57c565abed561ba9a8a657f21c47086)) -* Added support for wrapping private class methods ([96f3d8e](https://github.com/nodejs/orchestrion-js/commit/96f3d8ee72962e651a553333f463b6c6b608487c)) -* Added support for wrapping private class methods ([eafebcd](https://github.com/nodejs/orchestrion-js/commit/eafebcd9e709b796dddcc94c381e4eca70600ea6)) -* Added support for wrapping private class methods ([d91c03d](https://github.com/nodejs/orchestrion-js/commit/d91c03d2de8715551a347f9aa7bb5883d6ddbe6b)) -* Added support for wrapping private class methods ([3b43b02](https://github.com/nodejs/orchestrion-js/commit/3b43b029c6ff58a3bd67c986fbd3c0fdd3cdaa7b)) +* Added support for wrapping private class methods ([#33](https://github.com/nodejs/orchestrion-js/issues/29)) ([22d069d](https://github.com/nodejs/orchestrion-js/commit/22d069d23ea5fd1a4bc21f572b8febd6efae9c72)) ## [0.8.2](https://github.com/apm-js-collab/orchestrion-js/compare/code-transformer-v0.8.1...code-transformer-v0.8.2) (2025-09-26)