Skip to content

Commit a2ac3e5

Browse files
Merge pull request #38 from DEVtheOPS/release-please--branches--main--components--opencode-plugin-otel
chore(main): release 0.9.0
2 parents 0611961 + 9de4bea commit a2ac3e5

3 files changed

Lines changed: 17 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.8.0"
2+
".": "0.9.0"
33
}

CHANGELOG.md

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

77
---
88

9+
## [0.9.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.8.0...v0.9.0) (2026-05-01)
10+
11+
12+
### Features
13+
14+
* **otel:** refresh dynamic headers on auth failure ([b65dd2e](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/b65dd2e157a6e87b77f2641df63407256f300f82))
15+
16+
17+
### Bug Fixes
18+
19+
* bundle plugin to JS for server mode compatibility ([37a86e8](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/37a86e8188c09162129bcc22e3a4254ab5aacb33)), closes [#35](https://github.com/DEVtheOPS/opencode-plugin-otel/issues/35)
20+
* emit TypeScript declarations alongside bundled JS ([ce22030](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/ce22030d975777d43a21d4e15de2c29091c15d7d))
21+
* **otel:** harden dynamic header helper ([2810d31](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/2810d31acf148735c1faef8130e571766ebeaab5))
22+
* use prepack instead of prepublishOnly ([bd7a4f9](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/bd7a4f9b57a6016113e14713e60c666f5bab95d3))
23+
924
## [0.8.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v0.7.0...v0.8.0) (2026-04-21)
1025

1126

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,5 +73,5 @@
7373
"prepack": "bun run build"
7474
},
7575
"type": "module",
76-
"version": "0.8.0"
76+
"version": "0.9.0"
7777
}

0 commit comments

Comments
 (0)