Skip to content

Commit 6df9d39

Browse files
chore: bump version to 0.1.1
1 parent 9b9b01e commit 6df9d39

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

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

77
---
88

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+
917
## [0.1.0] — 2026-03-11
1018

1119
### Added

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "opencode-plugin-otel",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"module": "src/index.ts",
55
"main": "src/index.ts",
66
"type": "module",

0 commit comments

Comments
 (0)