diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4df3c44..c4108a5 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.22" + ".": "1.1.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 96c9db3..d6898cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.1.23](https://github.com/anthonyhaussman/opencode-agy-auth/compare/1.1.22...1.1.23) (2026-09-01) + + +### Features + +* **sdk:** bump agy cli to 1.1.23 ([#79](https://github.com/anthonyhaussman/opencode-agy-auth/issues/79)) ([65b1420](https://github.com/anthonyhaussman/opencode-agy-auth/commit/65b142066150d2316ed845c37f12421fd58afe84)) + + +### Bug Fixes + +* **request:** ensure trailing user turn in request contents ([#78](https://github.com/anthonyhaussman/opencode-agy-auth/issues/78)) ([92142af](https://github.com/anthonyhaussman/opencode-agy-auth/commit/92142afbbb7c07b833ab10446ce6f0242e075ac1)) + ## [1.1.22](https://github.com/anthonyhaussman/opencode-agy-auth/compare/1.1.21...1.1.22) (2026-08-27) diff --git a/package-lock.json b/package-lock.json index 2a51ab0..a81e2d7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@anthonyhaussman/opencode-agy-auth", - "version": "1.1.22", + "version": "1.1.23", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@anthonyhaussman/opencode-agy-auth", - "version": "1.1.22", + "version": "1.1.23", "license": "MIT", "dependencies": { "@ai-sdk/google": "^4.0.51", diff --git a/package.json b/package.json index 6c79407..59db91e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anthonyhaussman/opencode-agy-auth", - "version": "1.1.22", + "version": "1.1.23", "author": "antigravity", "main": "./dist/index.js", "module": "./dist/index.js",