Skip to content

Commit 06fdf9a

Browse files
chore: release v0.10.0
1 parent 804a9c6 commit 06fdf9a

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.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.9.0"
2+
".": "0.10.0"
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.10.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.9.0...code-transformer-v0.10.0) (2026-03-03)
4+
5+
6+
### Features
7+
8+
* 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))
9+
310
## [0.9.0](https://github.com/nodejs/orchestrion-js/compare/code-transformer-v0.8.2...code-transformer-v0.9.0) (2026-02-26)
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.9.0",
3+
"version": "0.10.0",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)