Skip to content

Commit ca05de7

Browse files
authored
chore: release v0.3.1 (#14)
1 parent f59ff40 commit ca05de7

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.3.0"
2+
".": "0.3.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.3.1](https://github.com/apm-js-collab/tracing-hooks/compare/tracing-hooks-v0.3.0...tracing-hooks-v0.3.1) (2025-09-26)
4+
5+
6+
### Bug Fixes
7+
8+
* Updated module patch to only wrap _compile as it calls `_resolveFileName` ([#13](https://github.com/apm-js-collab/tracing-hooks/issues/13)) ([f59ff40](https://github.com/apm-js-collab/tracing-hooks/commit/f59ff408c6bafe86ed2bfa7d829c82b4699127b8))
9+
310
## [0.3.0](https://github.com/apm-js-collab/tracing-hooks/compare/tracing-hooks-v0.2.0...tracing-hooks-v0.3.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/tracing-hooks",
3-
"version": "0.3.0",
3+
"version": "0.3.1",
44
"description": "CJS and ESM hooks for orchestrion",
55
"license": "Apache-2.0",
66
"type": "commonjs",

0 commit comments

Comments
 (0)