From c4cc3beff803e21e51d721305b96fee9f4d9f220 Mon Sep 17 00:00:00 2001 From: Riceball LEE Date: Tue, 17 Dec 2024 20:37:11 +0800 Subject: [PATCH] chore(release): 0.9.0 --- CHANGELOG.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 780fdab..7e1884c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,17 @@ 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.9.0](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.8.17...v0.9.0) (2024-12-17) + + +### ⚠ BREAKING CHANGES + +* Change the Advanced Script Invocation Formatting Spec from `@script` to `[[@script]]` + +### Refactor + +* Change the Advanced Script Invocation Formatting Spec from `[@script](https://github.com/script)` to `[[[@script](https://github.com/script)]]` ([9082a8d](https://github.com/offline-ai/cli-plugin-core.js/commit/9082a8dd48b99f6053efe89781fda84ad97c9421)) + ## [0.8.17](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.8.16...v0.8.17) (2024-12-17) diff --git a/package.json b/package.json index 3bd0c94..20b6883 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.17", + "version": "0.9.0", "author": "Riceball LEE ", "bin": { "ai": "./bin/run.js"