Skip to content

Commit 0489576

Browse files
authored
chore: release v0.8.1 (#49)
1 parent 8b43c92 commit 0489576

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.8.0"
2+
".": "0.8.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.8.1](https://github.com/apm-js-collab/orchestrion-js/compare/code-transformer-v0.8.0...code-transformer-v0.8.1) (2025-09-24)
4+
5+
6+
### Bug Fixes
7+
8+
* Hardcode wrapped arrow functions to not specify `async` key to avoid wrapping non-native promises ([#48](https://github.com/apm-js-collab/orchestrion-js/issues/48)) ([8b43c92](https://github.com/apm-js-collab/orchestrion-js/commit/8b43c9260efeb5602185b80b6ff827790fa1ee43))
9+
310
## [0.8.0](https://github.com/apm-js-collab/orchestrion-js/compare/code-transformer-v0.7.2...code-transformer-v0.8.0) (2025-09-19)
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.8.0",
3+
"version": "0.8.1",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)