Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "0.12.0"
".": "0.13.0"
}
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 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))
* 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

* 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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Loading