Skip to content

Commit 9c0f6f8

Browse files
chore(main): release 1.0.1
1 parent 39dd93d commit 9c0f6f8

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-
".": "1.0.0"
2+
".": "1.0.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and
66

77
---
88

9+
## [1.0.1](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.0.0...v1.0.1) (2026-05-19)
10+
11+
12+
### Bug Fixes
13+
14+
* added protobuf exporters from [@opentelemetry](https://github.com/opentelemetry) ([19e600f](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/19e600f31c3e70cf21d6ec5c145aad67edbd022f))
15+
916
## [1.0.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.9.0...v1.0.0) (2026-05-18)
1017

1118

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,5 +76,5 @@
7676
"prepack": "bun run build"
7777
},
7878
"type": "module",
79-
"version": "1.0.0"
79+
"version": "1.0.1"
8080
}

0 commit comments

Comments
 (0)