Skip to content

Commit

Permalink
chore(release): 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Dec 17, 2024
1 parent 9082a8d commit c4cc3be
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>",
"bin": {
"ai": "./bin/run.js"
Expand Down

0 comments on commit c4cc3be

Please sign in to comment.