diff --git a/.changeset/khaki-boats-tie.md b/.changeset/khaki-boats-tie.md deleted file mode 100644 index 9ce230c..0000000 --- a/.changeset/khaki-boats-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"google-workspace-developer-tools": patch ---- - -Update feature list. diff --git a/.changeset/polite-turkeys-hear.md b/.changeset/polite-turkeys-hear.md deleted file mode 100644 index 0d5907b..0000000 --- a/.changeset/polite-turkeys-hear.md +++ /dev/null @@ -1,15 +0,0 @@ ---- -"google-workspace-developer-tools": patch ---- - -Significantly improved README documentation for both the monorepo and VS Code extension: - -- Added comprehensive Quick Start section with multiple installation methods -- Enhanced Features section with detailed OAuth2 scope intelligence capabilities -- Included visual scope classification indicators (Restricted, Sensitive, Non-Sensitive) -- Added "How It Works" section explaining extension functionality -- Expanded usage instructions with code examples -- Added Development section with setup commands and project structure -- Included Resources section with links to Google Workspace documentation -- Improved overall organization, readability, and visual hierarchy with emoji icons -- Added marketplace badges and better formatting throughout diff --git a/packages/vscode-extension/CHANGELOG.md b/packages/vscode-extension/CHANGELOG.md index 1de379e..3a24a6a 100644 --- a/packages/vscode-extension/CHANGELOG.md +++ b/packages/vscode-extension/CHANGELOG.md @@ -1,5 +1,21 @@ # google-workspace-vscode-extension +## 0.5.2 + +### Patch Changes + +- e6e1777: Update feature list. +- aa37b9e: Significantly improved README documentation for both the monorepo and VS Code extension: + - Added comprehensive Quick Start section with multiple installation methods + - Enhanced Features section with detailed OAuth2 scope intelligence capabilities + - Included visual scope classification indicators (Restricted, Sensitive, Non-Sensitive) + - Added "How It Works" section explaining extension functionality + - Expanded usage instructions with code examples + - Added Development section with setup commands and project structure + - Included Resources section with links to Google Workspace documentation + - Improved overall organization, readability, and visual hierarchy with emoji icons + - Added marketplace badges and better formatting throughout + ## 0.5.1 ### Patch Changes diff --git a/packages/vscode-extension/package.json b/packages/vscode-extension/package.json index 2edcb3d..c39450f 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.5.1", + "version": "0.5.2", "publisher": "google-workspace", "license": "Apache-2.0", "private": true,