From ce1e9987024aa91f70f36958240bf13154b37986 Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Mon, 10 Jun 2024 09:26:26 +0800 Subject: [PATCH] chore(release): 0.0.6 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 204f63e..b042903 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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.0.6](https://github.com/offline-ai/cli/compare/v0.0.5...v0.0.6) (2024-06-10) + + +### Features + +* **command:** run add noConsoleClear flag option to debug ([c92ebe4](https://github.com/offline-ai/cli/commit/c92ebe434926c64ae4966d58dcf67899d754cc24)) + ## [0.0.5](https://github.com/offline-ai/cli/compare/v0.0.4...v0.0.5) (2024-06-09) ## [0.0.4](https://github.com/offline-ai/ai/compare/v0.0.3...v0.0.4) (2024-06-09) diff --git a/package.json b/package.json index 8e2ba25..ebd213f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@offline-ai/cli", "description": "Your Offline(local) AI agents client", - "version": "0.0.5", + "version": "0.0.6", "author": "Riceball LEE @snowyu", "bin": { "ai": "./bin/run.js"