Skip to content

Commit 07e6472

Browse files
chore: release v0.12.0 (#56)
1 parent d59a4e6 commit 07e6472

3 files changed

Lines changed: 15 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: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
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-04-06)
4+
5+
6+
### Features
7+
8+
* **transformer:** add objectName+propertyName selector to #fromFunctionQuery ([#58](https://github.com/nodejs/orchestrion-js/issues/58)) ([3f0e14d](https://github.com/nodejs/orchestrion-js/commit/3f0e14dc7ea3ff6d022918d67f865f801532502a))
9+
10+
11+
### Bug Fixes
12+
13+
* Preserve Promise subclass return values in wrapPromise ([#57](https://github.com/nodejs/orchestrion-js/issues/57)) ([d59a4e6](https://github.com/nodejs/orchestrion-js/commit/d59a4e60c068cdb95c8d2a71b76f61ce6112b53a))
14+
* Updated `Transformer.#visit` to skip visiting VariableDeclarator nodes ([#55](https://github.com/nodejs/orchestrion-js/issues/55)) ([b494f56](https://github.com/nodejs/orchestrion-js/commit/b494f56c57ec33c6ad1995da54a880dec7415d71))
15+
316
## [0.11.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.10.0...code-transformer-v0.11.0) (2026-03-27)
417

518

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)