diff --git a/.changeset/fix-csv-array-of-arrays.md b/.changeset/fix-csv-array-of-arrays.md deleted file mode 100644 index b0682ed3..00000000 --- a/.changeset/fix-csv-array-of-arrays.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@googleworkspace/cli": patch ---- - -Fix `--format csv` for array-of-arrays responses (e.g. Sheets values API) diff --git a/CHANGELOG.md b/CHANGELOG.md index 980bd7a1..7819ec5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @googleworkspace/cli +## 0.11.1 + +### Patch Changes + +- adbca87: Fix `--format csv` for array-of-arrays responses (e.g. Sheets values API) + ## 0.11.0 ### Minor Changes diff --git a/Cargo.lock b/Cargo.lock index c769abd1..68931d42 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "gws" -version = "0.11.0" +version = "0.11.1" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index cbe025f1..44bf0235 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "gws" -version = "0.11.0" +version = "0.11.1" 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 984f63f6..ddac016c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@googleworkspace/cli", - "version": "0.11.0", + "version": "0.11.1", "private": true, "description": "Google Workspace CLI — dynamic command surface from Discovery Service", "license": "Apache-2.0",