diff --git a/.changeset/fix-npm-package-name.md b/.changeset/fix-npm-package-name.md deleted file mode 100644 index 80fe32c8..00000000 --- a/.changeset/fix-npm-package-name.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@googleworkspace/cli": patch ---- - -Fix npm package name to publish as @googleworkspace/cli instead of gws diff --git a/CHANGELOG.md b/CHANGELOG.md index 24949f5d..078eb168 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @googleworkspace/cli +## 0.1.3 + +### Patch Changes + +- c714f4b: Fix npm package name to publish as @googleworkspace/cli instead of gws + ## 0.1.2 ### Patch Changes diff --git a/Cargo.lock b/Cargo.lock index 77afa1a2..05bcb229 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -845,7 +845,7 @@ dependencies = [ [[package]] name = "gws" -version = "0.1.2" +version = "0.1.3" dependencies = [ "aes-gcm", "anyhow", diff --git a/Cargo.toml b/Cargo.toml index 284c0e31..a48be9e5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ [package] name = "gws" -version = "0.1.2" +version = "0.1.3" 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 4f856a14..95936957 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@googleworkspace/cli", - "version": "0.1.2", + "version": "0.1.3", "private": true, "description": "Google Workspace CLI — dynamic command surface from Discovery Service", "license": "Apache-2.0",