diff --git a/.changeset/fix-readme-typography.md b/.changeset/fix-readme-typography.md deleted file mode 100644 index c7c8c7ae..00000000 --- a/.changeset/fix-readme-typography.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@googleworkspace/cli": patch ---- - -Fix README typography and spacing diff --git a/CHANGELOG.md b/CHANGELOG.md index d126ee75..76e7270d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @googleworkspace/cli +## 0.1.5 + +### Patch Changes + +- d29f41e: Fix README typography and spacing + ## 0.1.4 ### Patch Changes diff --git a/Cargo.lock b/Cargo.lock index 60998d0f..676a04fd 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "gws" -version = "0.1.4" +version = "0.1.5" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index ca077069..84b39af0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "gws" -version = "0.1.4" +version = "0.1.5" 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 6f44be63..55ae26ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@googleworkspace/cli", - "version": "0.1.4", + "version": "0.1.5", "private": true, "description": "Google Workspace CLI — dynamic command surface from Discovery Service", "license": "Apache-2.0",