From ac2d94250d58b5fa5edfe06abbf66340a8df9767 Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Mon, 2 Sep 2024 14:11:48 +0800 Subject: [PATCH] chore(release): 0.4.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a78818..34fa28a 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.4.3](https://github.com/offline-ai/cli/compare/v0.4.2...v0.4.3) (2024-09-02) + ## [0.4.2](https://github.com/offline-ai/cli/compare/v0.4.1...v0.4.2) (2024-09-02) diff --git a/package.json b/package.json index b6d1979..319b70b 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.4.2", + "version": "0.4.3", "author": "Riceball LEE ", "bin": { "ai": "./bin/run.js"