Skip to content

Commit 9932d27

Browse files
chore: release (#48)
1 parent 77be986 commit 9932d27

3 files changed

Lines changed: 9 additions & 8 deletions

File tree

.changeset/angry-apes-sing.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

packages/vscode-extension/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# google-workspace-vscode-extension
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- 77be986: Added missing currentonly scopes for Apps Script (Docs, Sheets, Slides, Forms). The currentonly scope is only available within Apps Script Services. This does not include Apps Script Advanced Services or direct calls to Google Workspace APIs.
8+
9+
For more information, see [Editor scopes](https://developers.google.com/workspace/add-ons/concepts/workspace-scopes#editor-scopes) and [Apps Script currentonly scopes](https://justin.poehnelt.com/posts/apps-script-currentonly-scopes/).
10+
311
## 0.6.1
412

513
### Patch Changes

packages/vscode-extension/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "google-workspace-developer-tools",
33
"displayName": "Google Workspace Developer Tools",
44
"description": "Lint Google Workspace OAuth2 scopes and more.",
5-
"version": "0.6.1",
5+
"version": "0.6.2",
66
"publisher": "google-workspace",
77
"license": "Apache-2.0",
88
"private": true,

0 commit comments

Comments
 (0)