From 3d1f89d8361651a53a3aa626b7c4b00b1db18ed1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Aug 2026 04:25:40 +0000 Subject: [PATCH] chore(main): release 1.1.20 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index ca25ae5..3b989bf 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.1.19" + ".": "1.1.20" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d532642..90c22b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.20](https://github.com/anthonyhaussman/opencode-agy-auth/compare/1.1.19...1.1.20) (2026-08-25) + + +### Features + +* **sdk:** bump agy cli to 1.1.20 ([#72](https://github.com/anthonyhaussman/opencode-agy-auth/issues/72)) ([710452f](https://github.com/anthonyhaussman/opencode-agy-auth/commit/710452fc44707c0c72fd0f82cc98cf141bc47cb5)) + ## [1.1.19](https://github.com/anthonyhaussman/opencode-agy-auth/compare/1.1.18...1.1.19) (2026-08-23) diff --git a/package-lock.json b/package-lock.json index 1f90438..b60aa7c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@anthonyhaussman/opencode-agy-auth", - "version": "1.1.19", + "version": "1.1.20", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@anthonyhaussman/opencode-agy-auth", - "version": "1.1.19", + "version": "1.1.20", "license": "MIT", "dependencies": { "@ai-sdk/google": "^4.0.51", diff --git a/package.json b/package.json index 0bc062e..aba3447 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@anthonyhaussman/opencode-agy-auth", - "version": "1.1.19", + "version": "1.1.20", "author": "antigravity", "main": "./dist/index.js", "module": "./dist/index.js",