chore(release): v0.2.1

Catch-up commit for the v0.2.1 publish — the prior release script's
git commit step failed silently (allowFail), so the version bumps
and consumed changeset were left uncommitted while the npm publish
still succeeded.
This commit is contained in:
gsxdsm
2026-04-25 00:16:46 -07:00
parent 9097f76ae9
commit b0b2bd0ade
5 changed files with 15 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "@runfusion/fusion",
"version": "0.2.0",
"version": "0.2.1",
"license": "MIT",
"description": "Fusion CLI: HTTP API server, daemon, dashboard launcher, and task tooling for the Fusion AI coding agent.",
"homepage": "https://github.com/Runfusion/Fusion#readme",