Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions .changeset/khaki-boats-tie.md

This file was deleted.

15 changes: 0 additions & 15 deletions .changeset/polite-turkeys-hear.md

This file was deleted.

16 changes: 16 additions & 0 deletions packages/vscode-extension/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/vscode-extension/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading