diff --git a/CHANGELOG.md b/CHANGELOG.md index a908732..4b5f93c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ All notable changes to this project are documented in this file. +## v0.6.1 — CLI patch (Windows binary) + +### `@agentplugins/cli` +- Bump to `0.6.1` to deliver the Windows (`x86_64-pc-windows-msvc`) binary missing from the v0.6.0 GitHub Release due to a CI archive bug (Bun appends `.exe` on Windows cross-compile; the zip step was referencing the bare filename). All other packages remain at `0.6.0`. + ## v0.6.0 — Pipeline Kernel, defineConfig, Docs Site & Full-Stack Upgrade ### Architecture diff --git a/packages/cli/package.json b/packages/cli/package.json index a98f3c5..0c84cdb 100644 --- a/packages/cli/package.json +++ b/packages/cli/package.json @@ -1,6 +1,6 @@ { "name": "@agentplugins/cli", - "version": "0.6.0", + "version": "0.6.1", "description": "CLI for building AgentPlugins plugins across multiple AI agent harnesses", "type": "module", "bin": {