We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9b9b01e commit 6df9d39Copy full SHA for 6df9d39
2 files changed
CHANGELOG.md
@@ -6,6 +6,14 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and
6
7
---
8
9
+## [0.1.1] — 2026-03-11
10
+
11
+### Fixed
12
13
+- Release workflow now uses npm trusted publishing (OIDC) with Node 22.14.0 and creates a GitHub release with changelog notes and npm package link.
14
15
+---
16
17
## [0.1.0] — 2026-03-11
18
19
### Added
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "opencode-plugin-otel",
3
- "version": "0.1.0",
+ "version": "0.1.1",
4
"module": "src/index.ts",
5
"main": "src/index.ts",
"type": "module",
0 commit comments