Skip to content

Commit 035d76b

Browse files
chore: release v0.11.0 (#52)
1 parent ca36333 commit 035d76b

3 files changed

Lines changed: 16 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.10.0"
2+
".": "0.11.0"
33
}

CHANGELOG.md

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

3+
## [0.11.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.10.0...code-transformer-v0.11.0) (2026-03-27)
4+
5+
6+
### Features
7+
8+
* Rewrite orchestrion in javascript ([#41](https://github.com/nodejs/orchestrion-js/issues/41)) ([2069006](https://github.com/nodejs/orchestrion-js/commit/2069006efd6f1d31ae44f77c4c7eb1e69a73f945))
9+
10+
11+
### Bug Fixes
12+
13+
* 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))
14+
* Updated `release-please` to handle publishing only javascript code ([#48](https://github.com/nodejs/orchestrion-js/issues/48)) ([b682f31](https://github.com/nodejs/orchestrion-js/commit/b682f318d72d58aca098b14b7c0ccb22f4035f68))
15+
* 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))
16+
317
## [0.10.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.9.0...code-transformer-v0.10.0) (2026-03-06)
418

519

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.10.0",
3+
"version": "0.11.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)