Skip to content

Commit bcc6c8d

Browse files
chore: release versions (npm#62)
1 parent 3b38c8d commit bcc6c8d

7 files changed

Lines changed: 11 additions & 18 deletions

File tree

.changeset/generate-skills-cron.md

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

.changeset/publish-skills-workflow.md

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

.changeset/sync-skills.md

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

CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- b3669e0: Add hourly cron to generate-skills workflow to auto-sync skills with upstream Google Discovery API changes via PR
8+
- e8d533e: Add workflow to publish OpenClaw skills to ClawHub
9+
- 3b38c8d: Sync generated skills with latest Google Discovery API specs
10+
311
## 0.3.0
412

513
### Minor 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.3.0"
17+
version = "0.3.1"
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.3.0",
3+
"version": "0.3.1",
44
"private": true,
55
"description": "Google Workspace CLI — dynamic command surface from Discovery Service",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)