Skip to content

Commit f3b7f60

Browse files
chore: release v0.12.1
1 parent 661eb1a commit f3b7f60

3 files changed

Lines changed: 9 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.12.0"
2+
".": "0.12.1"
33
}

CHANGELOG.md

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

3+
## [0.12.1](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.12.0...code-transformer-v0.12.1) (2026-04-07)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
310
## [0.12.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.11.0...code-transformer-v0.12.0) (2026-04-06)
411

512

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

0 commit comments

Comments
 (0)