diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 96f1cd9..9049e2f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.3.0" + ".": "1.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 884f74c..3af3eb5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,13 @@ The format follows [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) and --- +## [1.3.1](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.3.0...v1.3.1) (2026-07-16) + + +### Bug Fixes + +* **ci:** use compatible Node version for npm publish ([b01abdf](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/b01abdf5b6c4e1862ccd5ca6edc8cf552329f897)) + ## [1.3.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.2.2...v1.3.0) (2026-07-06) ### Features diff --git a/package.json b/package.json index 982a145..225c8d0 100644 --- a/package.json +++ b/package.json @@ -77,5 +77,5 @@ }, "type": "module", "types": "dist/index.d.ts", - "version": "1.3.0" + "version": "1.3.1" }