chore(release): v0.2.7

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-25 11:38:48 -07:00
parent d9072a4db6
commit 7f5ffc5920
34 changed files with 135 additions and 21 deletions

View File

@@ -1,5 +1,11 @@
# @runfusion/fusion
## 0.2.7
### Patch Changes
- adbad8a: Add `fn plugin add` as a backward-compatible alias for `fn plugin install`, and update plugin command help text to advertise the alias while keeping `install` as the canonical command.
## 0.2.6
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "@runfusion/fusion",
"version": "0.2.6",
"version": "0.2.7",
"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",