Skip to content

Commit f8da743

Browse files
authored
chore: release v0.8.2 (#51)
1 parent 0495589 commit f8da743

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.1"
2+
".": "0.8.2"
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.2](https://github.com/apm-js-collab/orchestrion-js/compare/code-transformer-v0.8.1...code-transformer-v0.8.2) (2025-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Properly assign `async` keyword only to wrapped functions that had `async` keyword on original ([#50](https://github.com/apm-js-collab/orchestrion-js/issues/50)) ([0495589](https://github.com/apm-js-collab/orchestrion-js/commit/04955898ee1ce3a280f0d029e1fb605b198a3217))
9+
310
## [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)
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.1",
3+
"version": "0.8.2",
44
"license": "Apache-2.0",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)