diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 4c313f9..dd8fde7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.4.0" + ".": "1.5.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 295441f..ab5b5da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.0](https://github.com/zeriontech/zerion-ai/compare/v1.4.0...v1.5.0) (2026-05-27) + + +### Features + +* **skills:** consolidate 30 skills into single zerion skill + fix init.js ([#86](https://github.com/zeriontech/zerion-ai/issues/86)) ([257ebe0](https://github.com/zeriontech/zerion-ai/commit/257ebe0230fae1690e8a449062269512bc456bab)) + ## [1.4.0](https://github.com/zeriontech/zerion-ai/compare/v1.3.0...v1.4.0) (2026-05-26) diff --git a/package-lock.json b/package-lock.json index 4d75c05..5791031 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zerion-cli", - "version": "1.4.0", + "version": "1.5.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zerion-cli", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "@open-wallet-standard/core": "^1.2.4", diff --git a/package.json b/package.json index 063f3c2..75cfef8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zerion-cli", - "version": "1.4.0", + "version": "1.5.0", "description": "Zerion for AI agents and developers: wallet-analysis skill bundle and a JSON-first CLI.", "author": "Zerion", "type": "module",