From 7c070a67eb703bf8dcbc15d1ef4ab2d8a37d807b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 May 2026 11:51:00 +0000 Subject: [PATCH] chore(main): release 1.3.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 15 +++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 19 insertions(+), 4 deletions(-) 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..6ff25e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,20 @@ # Changelog +## [1.3.0](https://github.com/zeriontech/zerion-ai/compare/v1.2.0...v1.3.0) (2026-05-15) + + +### Features + +* add zerion-bankr partner skill ([#72](https://github.com/zeriontech/zerion-ai/issues/72)) ([54ccf67](https://github.com/zeriontech/zerion-ai/commit/54ccf67e8581084246b90be237b768b1b7bea754)) +* 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)) +* **positions:** add --defi flag with grouped DeFi view ([#77](https://github.com/zeriontech/zerion-ai/issues/77)) ([97da693](https://github.com/zeriontech/zerion-ai/commit/97da693adf837839c53ee8bc522b15d051b7cc56)) + + +### Bug Fixes + +* **zerion-uniswap-x402:** use canonical 5-arg zerion bridge signature ([#75](https://github.com/zeriontech/zerion-ai/issues/75)) ([bb3c946](https://github.com/zeriontech/zerion-ai/commit/bb3c946f93d121e89d5ca29b710741006f50a643)) + ## [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",