From 559dcd10bfe418a2d8589eee4a06b2d3db99765a Mon Sep 17 00:00:00 2001 From: Coderdan Date: Fri, 27 Feb 2026 16:05:51 +0800 Subject: [PATCH] chore(release): 0.2.4 --- CHANGELOG.md | 2 ++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7a2d830..3a4be1c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ ## Unreleased +## 0.2.4 - 2026-02-27 + ### Added - Built-in mapped write metadata for GBM auction commands (`auction bid`, `auction buy-now`, `auction cancel`, `auction create`, `auction swap-bid`): diff --git a/package-lock.json b/package-lock.json index aaed658..04cebed 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "aavegotchi-cli", - "version": "0.2.3", + "version": "0.2.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "aavegotchi-cli", - "version": "0.2.3", + "version": "0.2.4", "license": "MIT", "dependencies": { "better-sqlite3": "^11.8.1", diff --git a/package.json b/package.json index 1744958..ac9556e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "aavegotchi-cli", - "version": "0.2.3", + "version": "0.2.4", "description": "Agent-first CLI for automating Aavegotchi app and onchain workflows", "license": "MIT", "repository": {