diff --git a/.changeset/wild-peaches-relate.md b/.changeset/wild-peaches-relate.md deleted file mode 100644 index 0cf56e4..0000000 --- a/.changeset/wild-peaches-relate.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"google-workspace-developer-tools": patch ---- - -Add `https://www.googleapis.com/auth/script.container.ui` and `https://www.googleapis.com/auth/script.send_mail` to hardcoded scopes. diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index f0af2f6..1f1024e 100644 --- a/packages/vscode-extension/CHANGELOG.md +++ b/packages/vscode-extension/CHANGELOG.md @@ -1,5 +1,11 @@ # google-workspace-vscode-extension +## 0.6.3 + +### Patch Changes + +- 496529e: Add `https://www.googleapis.com/auth/script.container.ui` and `https://www.googleapis.com/auth/script.send_mail` to hardcoded scopes. + ## 0.6.2 ### Patch Changes diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 2194ca0..f7169ef 100644 --- a/packages/vscode-extension/package.json +++ b/packages/vscode-extension/package.json @@ -2,7 +2,7 @@ "name": "google-workspace-developer-tools", "displayName": "Google Workspace Developer Tools", "description": "Lint Google Workspace OAuth2 scopes and more.", - "version": "0.6.2", + "version": "0.6.3", "publisher": "google-workspace", "license": "Apache-2.0", "private": true,