Skip to content

Commit f4bdad1

Browse files
committed
chore(release): 0.11.0
1 parent da68651 commit f4bdad1

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,17 @@
22

33
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.
44

5+
## [0.11.0](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.10.10...v0.11.0) (2025-04-04)
6+
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
* use local provider as first and download model automatically
11+
12+
### Refactor
13+
14+
* use local provider as first and download model automatically ([da68651](https://github.com/offline-ai/cli-plugin-core.js/commit/da686515f09d9a0f7492d7a0bc5e32500f594a2c))
15+
516
## [0.10.10](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.10.9...v0.10.10) (2025-03-23)
617

718
## [0.10.9](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.10.8...v0.10.9) (2025-03-23)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@offline-ai/cli-plugin-core",
33
"description": "Offline(local) AI Client Command to run Programable Prompt Engine script",
4-
"version": "0.10.10",
4+
"version": "0.11.0",
55
"author": "Riceball LEE <snowyu.lee@gmail.com>",
66
"bin": {
77
"ai": "./bin/run.js"

0 commit comments

Comments
 (0)