Skip to content

Commit bc84ba7

Browse files
chore: release versions (npm#218)
1 parent 1f47420 commit bc84ba7

5 files changed

Lines changed: 13 additions & 12 deletions

File tree

.changeset/auth-pr175-nits.md

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

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# @googleworkspace/cli
22

3+
## 0.6.2
4+
5+
### Patch Changes
6+
7+
- 28fa25a: Clean up nits from PR #175 auth fix
8+
9+
- Update stale docstring on `resolve_account` to match new fallthrough behavior
10+
- Add breadcrumb comment on string-based error matching in `main.rs`
11+
- Move identity scope injection before authenticator build for readability
12+
313
## 0.6.1
414

515
### Patch Changes

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
[package]
1616
name = "gws"
17-
version = "0.6.1"
17+
version = "0.6.2"
1818
edition = "2021"
1919
description = "Google Workspace CLI — dynamic command surface from Discovery Service"
2020
license = "Apache-2.0"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@googleworkspace/cli",
3-
"version": "0.6.1",
3+
"version": "0.6.2",
44
"private": true,
55
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)