From 4d72c08e14bc5d3df9566232d51ef95cadfebe5c Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Tue, 17 Dec 2024 10:28:11 +0800 Subject: [PATCH] chore(release): 0.8.16 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c8060e7..208488e 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.8.16](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.8.15...v0.8.16) (2024-12-17) + ## [0.8.15](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.8.14...v0.8.15) (2024-12-17) ## [0.8.14](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.8.13...v0.8.14) (2024-12-16) diff --git a/package.json b/package.json index 76e0e54..210e6d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@offline-ai/cli-plugin-core", "description": "Offline(local) AI Client Command to run Programable Prompt Engine script", - "version": "0.8.15", + "version": "0.8.16", "author": "Riceball LEE ", "bin": { "ai": "./bin/run.js"