Skip to content
Closed
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.9.0"
".": "0.10.0"
}
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,18 @@
# Changelog

## [0.10.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.9.0...code-transformer-v0.10.0) (2026-02-26)


### Features

* Added support for wrapping private class methods ([22d069d](https://github.com/nodejs/orchestrion-js/commit/22d069d23ea5fd1a4bc21f572b8febd6efae9c72))
* Added support for wrapping private class methods ([3b43b02](https://github.com/nodejs/orchestrion-js/commit/3b43b029c6ff58a3bd67c986fbd3c0fdd3cdaa7b))


### Bug Fixes

* fixed order of `PrivateMethod` in enum so it is favored over `ClassConstructor` ([96f3d8e](https://github.com/nodejs/orchestrion-js/commit/96f3d8ee72962e651a553333f463b6c6b608487c))

## [0.9.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.8.2...code-transformer-v0.9.0) (2026-02-26)


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.9.0",
"version": "0.10.0",
"license": "Apache-2.0",
"repository": {
"type": "git",
Expand Down