From 1b0bd19c4e8a787ac2d0495507e7bd4cf6a50ef6 Mon Sep 17 00:00:00 2001 From: Volodymyr Vreshch Date: Sat, 1 Aug 2026 04:43:07 +0200 Subject: [PATCH] chore(release): 0.25.0 - jump over npm-burned 0.1.x-0.24.x versions --- package-lock.json | 4 ++-- package.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 760bda0..7187636 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@agentage/cli", - "version": "0.1.0", + "version": "0.25.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@agentage/cli", - "version": "0.1.0", + "version": "0.25.0", "license": "MIT", "dependencies": { "@agentage/memory-core": "^0.3.2", diff --git a/package.json b/package.json index 1a42405..5414fc6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@agentage/cli", - "version": "0.1.0", + "version": "0.25.0", "description": "The agentage CLI - connect this machine to agentage from the terminal", "type": "module", "main": "./dist/index.js",