chore: release clawhub cli 0.23.0 (#2812)

This commit is contained in:
Patrick Erichsen
2026-06-23 13:45:20 -07:00
committed by GitHub
parent dfde400fcf
commit a128c101ad
3 changed files with 8 additions and 2 deletions
+6
View File
@@ -1,5 +1,11 @@
# Changelog
## 0.23.0 - 2026-06-23
### Changes
- CLI: restore `clawhub sync` for scanning local skill folders and publishing new or changed skills in batches, including dry-run, JSON, owner, version-bump, provenance, and non-interactive `--all` options.
## 0.22.0 - 2026-06-15
### Changes
+1 -1
View File
@@ -90,7 +90,7 @@
},
"packages/clawhub": {
"name": "clawhub",
"version": "0.22.0",
"version": "0.23.0",
"bin": {
"clawdhub": "bin/clawdhub.js",
"clawhub": "bin/clawdhub.js",
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "clawhub",
"version": "0.22.0",
"version": "0.23.0",
"description": "ClawHub CLI \\u2014 install, update, search, and publish skills plus OpenClaw packages.",
"homepage": "https://clawhub.ai",
"bugs": {