diff --git a/CHANGELOG.md b/CHANGELOG.md index 30f97d63..36ff3426 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# v0.4.16 (2026-05-04) + +## Features +- Skills system: manage and execute custom AI skills + +## Fixes +- Fix input fields in tool cards + # v0.4.14 (2026-05-03) ## Improvements diff --git a/package.json b/package.json index 3ad80b90..948996be 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "9router-app", - "version": "0.4.15", + "version": "0.4.16", "description": "9Router web dashboard", "private": true, "scripts": {