Skip to content

Commit aa4623d

Browse files
committed
chore: release v0.8.0
1 parent 399e942 commit aa4623d

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-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.7.2"
2+
".": "0.8.0"
33
}

CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Features
7+
8+
* Inline wasm binary ([#46](https://github.com/apm-js-collab/orchestrion-js/issues/46)) ([9da6297](https://github.com/apm-js-collab/orchestrion-js/commit/9da6297762dbb7dc46e11a9d62fa8b1b462ba17d))
9+
* Load wasm lazily ([#45](https://github.com/apm-js-collab/orchestrion-js/issues/45)) ([399e942](https://github.com/apm-js-collab/orchestrion-js/commit/399e942fae21d9f16125eba20113c81940d191ff))
10+
311
## [0.7.2](https://github.com/apm-js-collab/orchestrion-js/compare/code-transformer-v0.7.1...code-transformer-v0.7.2) (2025-09-12)
412

513

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

0 commit comments

Comments
 (0)