chore(release): v0.2.0

Version bump via changesets.
This commit is contained in:
gsxdsm
2026-04-24 20:45:05 -07:00
parent 2bce4a110d
commit 5627e71fde
5 changed files with 15 additions and 7 deletions

View File

@@ -1,5 +1,12 @@
# runfusion.ai
## 0.2.0
### Patch Changes
- Updated dependencies [a8f5591]
- @runfusion/fusion@0.2.0
## 0.1.3
### Patch Changes

View File

@@ -1,6 +1,6 @@
{
"name": "runfusion.ai",
"version": "0.1.3",
"version": "0.2.0",
"license": "MIT",
"description": "Launch Fusion with `npx runfusion.ai` — tiny alias for @runfusion/fusion.",
"homepage": "https://runfusion.ai",

View File

@@ -1,5 +1,11 @@
# @runfusion/fusion
## 0.2.0
### Minor Changes
- a8f5591: Add support for an optional custom ntfy server URL in notification settings, with default fallback to `https://ntfy.sh` when unset.
## 0.1.3
### Patch Changes

View File

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