diff --git a/.release-please-manifest.json b/.release-please-manifest.json index c3f1463..96f1cd9 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.2.0" + ".": "1.3.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 116dc45..ee6a935 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.3.0](https://github.com/zeriontech/zerion-ai/compare/v1.2.0...v1.3.0) (2026-05-13) + + +### Features + +* add zerion-lifi-earn skill ([#69](https://github.com/zeriontech/zerion-ai/issues/69)) ([8a310d4](https://github.com/zeriontech/zerion-ai/commit/8a310d44ed2c0b5825f20ab1d18bc9a6a508aa13)) +* add zerion-uniswap-lp and zerion-uniswap-x402 partner skills ([#65](https://github.com/zeriontech/zerion-ai/issues/65)) ([175cc6a](https://github.com/zeriontech/zerion-ai/commit/175cc6a56fcc472b767a0a778aa6634c2bb335e7)) + ## [1.2.0](https://github.com/zeriontech/zerion-ai/compare/v1.1.0...v1.2.0) (2026-05-12) diff --git a/package-lock.json b/package-lock.json index b327b7a..2b0de64 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "zerion-cli", - "version": "1.2.0", + "version": "1.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "zerion-cli", - "version": "1.2.0", + "version": "1.3.0", "license": "MIT", "dependencies": { "@open-wallet-standard/core": "^1.2.4", diff --git a/package.json b/package.json index 38fcdb8..7130f2d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "zerion-cli", - "version": "1.2.0", + "version": "1.3.0", "description": "Zerion for AI agents and developers: wallet-analysis skill bundle and a JSON-first CLI.", "author": "Zerion", "type": "module",