From 2439a087ada69f6605b67e20ee0059fc24863425 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 13:12:46 +0000 Subject: [PATCH] chore: release 0.17.0 --- .release-please-manifest.json | 2 +- changelog/CHANGELOG-v0.x.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f552150..0a83d27 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.16.0"} +{".":"0.17.0"} diff --git a/changelog/CHANGELOG-v0.x.md b/changelog/CHANGELOG-v0.x.md index 129a72d..4583521 100644 --- a/changelog/CHANGELOG-v0.x.md +++ b/changelog/CHANGELOG-v0.x.md @@ -1,5 +1,12 @@ # Changelog +## [0.17.0](https://github.com/sunerpy/opencode-kiro-auth/compare/v0.16.0...v0.17.0) (2026-07-31) + + +### Features + +* 流中断分层恢复与历史污染修复 ([#82](https://github.com/sunerpy/opencode-kiro-auth/issues/82)) ([17f5352](https://github.com/sunerpy/opencode-kiro-auth/commit/17f535207c5d069bd83e2c62c0905d29b20c5d05)) + ## [0.16.0](https://github.com/sunerpy/opencode-kiro-auth/compare/v0.15.4...v0.16.0) (2026-07-30) diff --git a/package.json b/package.json index 7703ddd..af18d28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@sunerpy/opencode-kiro-auth", - "version": "0.16.0", + "version": "0.17.0", "description": "OpenCode plugin for AWS Kiro (CodeWhisperer) providing access to Claude models", "type": "module", "main": "dist/index.js",