From 7d143b6f790b9f621f31e0fffe4feaa62bcea1f5 Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Wed, 25 Sep 2024 19:50:21 +0800 Subject: [PATCH] chore(release): 0.5.7 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3c985c..0333159 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines. +## [0.5.7](https://github.com/offline-ai/cli/compare/v0.5.6...v0.5.7) (2024-09-25) + ## [0.5.6](https://github.com/offline-ai/cli/compare/v0.5.5...v0.5.6) (2024-09-25) ## [0.5.5](https://github.com/offline-ai/cli/compare/v0.5.4...v0.5.5) (2024-09-25) diff --git a/package.json b/package.json index 386797c..d469250 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@offline-ai/cli", "description": "Your Offline(local) AI agent client for Programable Prompt Engine", - "version": "0.5.6", + "version": "0.5.7", "author": "Riceball LEE ", "bin": { "ai": "./bin/run.js"