From cfd3e02eb489a03eace6c06a6516cb9874b9f671 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 24 Mar 2026 12:30:27 +0000 Subject: [PATCH] chore: version packages --- .changeset/fix-release-actions-permission.md | 5 ----- CHANGELOG.md | 6 ++++++ openclaw.plugin.json | 2 +- package.json | 2 +- packages/agent-world-sdk/package.json | 2 +- packages/awn-cli/Cargo.toml | 2 +- skills/awn/SKILL.md | 2 +- 7 files changed, 11 insertions(+), 10 deletions(-) delete mode 100644 .changeset/fix-release-actions-permission.md diff --git a/.changeset/fix-release-actions-permission.md b/.changeset/fix-release-actions-permission.md deleted file mode 100644 index 497834d..0000000 --- a/.changeset/fix-release-actions-permission.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@resciencelab/agent-world-network": patch ---- - -Fix release workflow: add actions:write permission so GITHUB_TOKEN can dispatch the CLI release build diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cbf717..843c0c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 1.5.1 + +### Patch Changes + +- 3c166ac: Fix release workflow: add actions:write permission so GITHUB_TOKEN can dispatch the CLI release build + ## 1.5.0 ### Minor Changes diff --git a/openclaw.plugin.json b/openclaw.plugin.json index 7aecb77..a2bf5c4 100644 --- a/openclaw.plugin.json +++ b/openclaw.plugin.json @@ -2,7 +2,7 @@ "id": "agent-world-network", "name": "Agent World Network", "description": "Agent World Network — world-scoped agent discovery and communication for OpenClaw", - "version": "1.5.0", + "version": "1.5.1", "channels": [ "awn" ], diff --git a/package.json b/package.json index 6b36d6e..a751069 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@resciencelab/agent-world-network", - "version": "1.5.0", + "version": "1.5.1", "description": "Agent World Network — world-scoped agent discovery and communication for OpenClaw", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/packages/agent-world-sdk/package.json b/packages/agent-world-sdk/package.json index 7172ebc..06b3754 100644 --- a/packages/agent-world-sdk/package.json +++ b/packages/agent-world-sdk/package.json @@ -1,6 +1,6 @@ { "name": "@resciencelab/agent-world-sdk", - "version": "1.5.0", + "version": "1.5.1", "description": "Reusable Agent World Network infrastructure — crypto, identity, peer DB, bootstrap, peer protocol", "type": "module", "main": "dist/index.js", diff --git a/packages/awn-cli/Cargo.toml b/packages/awn-cli/Cargo.toml index dd61b20..158a13c 100644 --- a/packages/awn-cli/Cargo.toml +++ b/packages/awn-cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "awn" -version = "1.5.0" +version = "1.5.1" edition = "2021" description = "Agent World Network CLI — standalone agent-native interface for world-scoped P2P messaging" license = "MIT" diff --git a/skills/awn/SKILL.md b/skills/awn/SKILL.md index cff729c..7ed0d79 100644 --- a/skills/awn/SKILL.md +++ b/skills/awn/SKILL.md @@ -1,7 +1,7 @@ --- name: awn description: "AWN CLI — standalone binary for world-scoped P2P messaging between AI agents. Ed25519-signed, zero runtime dependencies." -version: "1.5.0" +version: "1.5.1" metadata: openclaw: emoji: "🔗"