Skip to content

Commit d3fb371

Browse files
chore(main): release instrumentation-bunyan 0.0.2 (#8)
1 parent 4fef03f commit d3fb371

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.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.0.1"
2+
".": "0.0.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.0.2](https://github.com/odigos-io/instrumentation-bunyan/compare/instrumentation-bunyan-v0.0.1...instrumentation-bunyan-v0.0.2) (2025-12-22)
4+
5+
6+
### Bug Fixes
7+
8+
* prototypes added to exported logger are not accepted ([#7](https://github.com/odigos-io/instrumentation-bunyan/issues/7)) ([4fef03f](https://github.com/odigos-io/instrumentation-bunyan/commit/4fef03f41b8ad22bc1dee329aefc57c51306015c))
9+
310
## 0.0.1 (2025-12-22)
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": "@odigos/instrumentation-bunyan",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "OpenTelemetry instrumentation for `bunyan` logger",
55
"main": "build/src/index.js",
66
"types": "build/src/index.d.ts",

0 commit comments

Comments
 (0)