diff --git a/.changeset/fix-refresh-token-extraction.md b/.changeset/fix-refresh-token-extraction.md deleted file mode 100644 index 306f0038..00000000 --- a/.changeset/fix-refresh-token-extraction.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@googleworkspace/cli": patch ---- - -Fix OAuth login failing with "no refresh token" error by decrypting the token cache before parsing and supporting the HashMap token format used by EncryptedTokenStorage diff --git a/.changeset/readme-banner-full-width.md b/.changeset/readme-banner-full-width.md deleted file mode 100644 index 68359915..00000000 --- a/.changeset/readme-banner-full-width.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@googleworkspace/cli": patch ---- - -Improve README branding by making the hero banner full-width. diff --git a/CHANGELOG.md b/CHANGELOG.md index 078eb168..d126ee75 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # @googleworkspace/cli +## 0.1.4 + +### Patch Changes + +- adb2cfa: Fix OAuth login failing with "no refresh token" error by decrypting the token cache before parsing and supporting the HashMap token format used by EncryptedTokenStorage +- d990dcc: Improve README branding by making the hero banner full-width. + ## 0.1.3 ### Patch Changes diff --git a/Cargo.lock b/Cargo.lock index 05bcb229..60998d0f 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "gws" -version = "0.1.3" +version = "0.1.4" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index a48be9e5..ca077069 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "gws" -version = "0.1.3" +version = "0.1.4" edition = "2021" description = "Google Workspace CLI — dynamic command surface from Discovery Service" license = "Apache-2.0" diff --git a/package.json b/package.json index 95936957..6f44be63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@googleworkspace/cli", - "version": "0.1.3", + "version": "0.1.4", "private": true, "description": "Google Workspace CLI — dynamic command surface from Discovery Service", "license": "Apache-2.0",