From dfe048f23381f6692c2e09739904a3bfdec4545b Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Wed, 29 Apr 2026 10:26:08 -0400 Subject: [PATCH 1/2] chore: release v0.13.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 971fb7a..1a2d0c0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.12.0" + ".": "0.13.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 8011770..7519619 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [0.13.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.12.0...code-transformer-v0.13.0) (2026-04-29) + + +### Features + +* add return kind option to support iterators ([#67](https://github.com/nodejs/orchestrion-js/issues/67)) ([4e77ee5](https://github.com/nodejs/orchestrion-js/commit/4e77ee5fedecf5c0207cbe66f0e1257812ddc91d)) + + +### Bug Fixes + +* Updated transformer to prevent instrumenting a non-existent method on a class ([#59](https://github.com/nodejs/orchestrion-js/issues/59)) ([661eb1a](https://github.com/nodejs/orchestrion-js/commit/661eb1ac874a98ea75f883bb2217033ebef98eb5)) + ## [0.12.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.11.0...code-transformer-v0.12.0) (2026-04-06) diff --git a/package.json b/package.json index 7d2d7b5..3eda425 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@apm-js-collab/code-transformer", - "version": "0.12.0", + "version": "0.13.0", "license": "Apache-2.0", "repository": { "type": "git", From ddc561784040addc0e0446db2122056f44556505 Mon Sep 17 00:00:00 2001 From: Bob Evans Date: Wed, 29 Apr 2026 13:07:06 -0400 Subject: [PATCH 2/2] chore: changelog edits --- CHANGELOG.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7519619..0de4456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,12 +5,14 @@ ### Features -* add return kind option to support iterators ([#67](https://github.com/nodejs/orchestrion-js/issues/67)) ([4e77ee5](https://github.com/nodejs/orchestrion-js/commit/4e77ee5fedecf5c0207cbe66f0e1257812ddc91d)) +* Add return kind option to support iterators ([#67](https://github.com/nodejs/orchestrion-js/issues/67)) ([4e77ee5](https://github.com/nodejs/orchestrion-js/commit/4e77ee5fedecf5c0207cbe66f0e1257812ddc91d)) +* Add auto function kind for dynamic return value mechanisms ([#64](https://github.com/nodejs/orchestrion-js/pull/64)) ([0a67e16](https://github.com/nodejs/orchestrion-js/commit/0a67e1604779798bf540f5ae3e0da20e7dc9140d)) +* Convert ArrowFunctionExpression to FunctionExpression in traceFunction ([#60](https://github.com/nodejs/orchestrion-js/pull/60)) ([d8290b5](https://github.com/nodejs/orchestrion-js/commit/d8290b5af97bac24c4048b710e826fc5c88cc209)) ### Bug Fixes -* Updated transformer to prevent instrumenting a non-existent method on a class ([#59](https://github.com/nodejs/orchestrion-js/issues/59)) ([661eb1a](https://github.com/nodejs/orchestrion-js/commit/661eb1ac874a98ea75f883bb2217033ebef98eb5)) +* Fix incorrect function type breaking arg length and generators ([#70](https://github.com/nodejs/orchestrion-js/pull/70)) ([24f2e4c](https://github.com/nodejs/orchestrion-js/commit/24f2e4cb7abff1808f762159c8b2edb556d25b54)) ## [0.12.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.11.0...code-transformer-v0.12.0) (2026-04-06)