Skip to content

Commit

Permalink
chore(release): 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Aug 28, 2024
1 parent 9ca9238 commit 51c8eaa
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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.6.0](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.5.3...v0.6.0) (2024-08-28)


### ⚠ BREAKING CHANGES

* consoleInput use value option instead of initial

### Features

* add $consoleInput and colors ([f923871](https://github.com/offline-ai/cli-plugin-core.js/commit/f9238712b2446fcae8addab45a17233d6638610f))
* **trans:** cache the target lang ([da13aac](https://github.com/offline-ai/cli-plugin-core.js/commit/da13aac6666ed64e7f5792ad757c1536e8075efe))


### Bug Fixes

* not clear stream echo var after stop ([a6f2059](https://github.com/offline-ai/cli-plugin-core.js/commit/a6f205964deea6b34ba6c8074baf5020d87db5c0))
* params confict with consoleInput ([93b1682](https://github.com/offline-ai/cli-plugin-core.js/commit/93b16822e77ee8773d0eb52a4b4181a14f961697))


### Refactor

* consoleInput use value option instead of initial ([e5de623](https://github.com/offline-ai/cli-plugin-core.js/commit/e5de623516410fd96db75dc1b95a05f1306059dd))

## [0.5.3](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.5.2...v0.5.3) (2024-08-25)

## [0.5.2](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.5.1...v0.5.2) (2024-08-24)
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.5.3",
"version": "0.6.0",
"author": "Riceball LEE <snowyu.lee@gmail.com>",
"bin": {
"ai": "./bin/run.js"
Expand Down

0 comments on commit 51c8eaa

Please sign in to comment.