From eb489aef9b7d26ce76569f21c6ea83533ddae66a Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Sun, 8 Sep 2024 14:27:28 +0800 Subject: [PATCH] release: v0.0.3 --- docs/package.json | 2 +- package.json | 2 +- packages/neuri/package.json | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/package.json b/docs/package.json index 6dea445..eb2847d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,7 +1,7 @@ { "name": "@neuridev/docs", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "private": true, "scripts": { "dev": "pnpm run docs:dev", diff --git a/package.json b/package.json index 0e943cf..fbe6184 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "neuridev", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "private": true, "packageManager": "pnpm@9.0.5", "description": "Simple and easy agent framework, include various of structured data manipulation, agent and function compositing, code editing, fs and more!", diff --git a/packages/neuri/package.json b/packages/neuri/package.json index 3891a6c..9c7fc4d 100644 --- a/packages/neuri/package.json +++ b/packages/neuri/package.json @@ -1,7 +1,7 @@ { "name": "neuri", "type": "module", - "version": "0.0.2", + "version": "0.0.3", "description": "Simple and easy agent framework, include various of structured data manipulation, agent and function compositing, code editing, fs and more!", "author": { "name": "Lingtic.io Neuri Team",