diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f6a9e15..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.2" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d9d7226..a5bcfdd 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.0](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.2.2...v1.3.0) (2026-07-04) + + +### Features + +* **config:** support plugin tuple options ([f8be232](https://github.com/DEVtheOPS/opencode-plugin-otel/commit/f8be2328642beb50b093a52477e8621aa07f76ba)) + ## [1.2.2](https://github.com/DEVtheOPS/opencode-plugin-otel/compare/v1.2.1...v1.2.2) (2026-07-02) diff --git a/package.json b/package.json index 970773d..982a145 100644 --- a/package.json +++ b/package.json @@ -77,5 +77,5 @@ }, "type": "module", "types": "dist/index.d.ts", - "version": "1.2.2" + "version": "1.3.0" }