Skip to content

Commit 646cb83

Browse files
chore: release v0.12.0
1 parent 24425de commit 646cb83

3 files changed

Lines changed: 31 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.11.0"
2+
".": "0.12.0"
33
}

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
# Changelog
22

3+
## [0.12.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.11.0...code-transformer-v0.12.0) (2026-03-27)
4+
5+
6+
### Features
7+
8+
* Add support for matching export alias ([#29](https://github.com/nodejs/orchestrion-js/issues/29)) ([2169e27](https://github.com/nodejs/orchestrion-js/commit/2169e27fc29ad89cc8b6bbc4ece3be59ab0c87a6))
9+
* Added support for wrapping private class methods ([22d069d](https://github.com/nodejs/orchestrion-js/commit/22d069d23ea5fd1a4bc21f572b8febd6efae9c72))
10+
* Added support for wrapping private class methods ([e09e5af](https://github.com/nodejs/orchestrion-js/commit/e09e5af8b57c565abed561ba9a8a657f21c47086))
11+
* Added support for wrapping private class methods ([96f3d8e](https://github.com/nodejs/orchestrion-js/commit/96f3d8ee72962e651a553333f463b6c6b608487c))
12+
* Added support for wrapping private class methods ([eafebcd](https://github.com/nodejs/orchestrion-js/commit/eafebcd9e709b796dddcc94c381e4eca70600ea6))
13+
* Added support for wrapping private class methods ([d91c03d](https://github.com/nodejs/orchestrion-js/commit/d91c03d2de8715551a347f9aa7bb5883d6ddbe6b))
14+
* Added support for wrapping private class methods ([3b43b02](https://github.com/nodejs/orchestrion-js/commit/3b43b029c6ff58a3bd67c986fbd3c0fdd3cdaa7b))
15+
* Convert windows path to unix path before comparing against ModuleMatcher file_path value. ([#40](https://github.com/nodejs/orchestrion-js/issues/40)) ([da7b7cb](https://github.com/nodejs/orchestrion-js/commit/da7b7cb1cc7d3feb6bdfddd28d6905807b001d2e))
16+
* Inline wasm binary ([#46](https://github.com/nodejs/orchestrion-js/issues/46)) ([9da6297](https://github.com/nodejs/orchestrion-js/commit/9da6297762dbb7dc46e11a9d62fa8b1b462ba17d))
17+
* Load wasm lazily ([#45](https://github.com/nodejs/orchestrion-js/issues/45)) ([399e942](https://github.com/nodejs/orchestrion-js/commit/399e942fae21d9f16125eba20113c81940d191ff))
18+
* Match more class declarations for export alias check ([#37](https://github.com/nodejs/orchestrion-js/issues/37)) ([804a9c6](https://github.com/nodejs/orchestrion-js/commit/804a9c6b91bc82bd5c1b61976544f097aa02f5e9))
19+
* Rewrite orchestrion in javascript ([#41](https://github.com/nodejs/orchestrion-js/issues/41)) ([2069006](https://github.com/nodejs/orchestrion-js/commit/2069006efd6f1d31ae44f77c4c7eb1e69a73f945))
20+
21+
22+
### Bug Fixes
23+
24+
* `versionRange` TypeScript definition ([#35](https://github.com/nodejs/orchestrion-js/issues/35)) ([89cff5a](https://github.com/nodejs/orchestrion-js/commit/89cff5a80bc1149c0bf0b930bf785c75b1d6ac2f))
25+
* Ensure build before publish ([#41](https://github.com/nodejs/orchestrion-js/issues/41)) ([e196dcf](https://github.com/nodejs/orchestrion-js/commit/e196dcf02ba0eac36811180f271db7ef1dc789db))
26+
* Fixed `tracePromise` to handle returning result when function being wrapped is not a promise ([#46](https://github.com/nodejs/orchestrion-js/issues/46)) ([e864993](https://github.com/nodejs/orchestrion-js/commit/e864993c60f4915c3806cd4b2691b19658aef05b))
27+
* Hardcode wrapped arrow functions to not specify `async` key to avoid wrapping non-native promises ([#48](https://github.com/nodejs/orchestrion-js/issues/48)) ([8b43c92](https://github.com/nodejs/orchestrion-js/commit/8b43c9260efeb5602185b80b6ff827790fa1ee43))
28+
* Properly assign `async` keyword only to wrapped functions that had `async` keyword on original ([#50](https://github.com/nodejs/orchestrion-js/issues/50)) ([0495589](https://github.com/nodejs/orchestrion-js/commit/04955898ee1ce3a280f0d029e1fb605b198a3217))
29+
* Updated `release-please` to handle publishing only javascript code ([#48](https://github.com/nodejs/orchestrion-js/issues/48)) ([24425de](https://github.com/nodejs/orchestrion-js/commit/24425dea53103ea9bcc424cdd2d748f76b881ba5))
30+
* Updated regular expression for creating the tracing channel variable ([#45](https://github.com/nodejs/orchestrion-js/issues/45)) ([fc0aaa1](https://github.com/nodejs/orchestrion-js/commit/fc0aaa14a5f1c87df0f7e08ee251701b2d9ada89))
31+
332
## [0.11.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.10.0...code-transformer-v0.11.0) (2026-03-27)
433

534

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@apm-js-collab/code-transformer",
3-
"version": "0.11.0",
3+
"version": "0.12.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)