Skip to content

Commit

Permalink
chore(release): 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Aug 24, 2024
1 parent 86d976c commit 8b21c26
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,22 @@

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


### ⚠ BREAKING CHANGES

* always clear the stream echo output if no config

### Bug Fixes

* translate should pass max_tokens to avoid this config too small ([5982f3f](https://github.com/offline-ai/cli-plugin-core.js/commit/5982f3f3d07f346fd142ddf8097a07f662e6715b))


### Refactor

* always clear the stream echo output if no config ([52ce245](https://github.com/offline-ai/cli-plugin-core.js/commit/52ce24582688128be705a210362a099f60eb6e8d))

## [0.4.0](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.3.0...v0.4.0) (2024-08-23)


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.4.0",
"version": "0.5.0",
"author": "Riceball LEE <snowyu.lee@gmail.com>",
"bin": {
"ai": "./bin/run.js"
Expand Down

0 comments on commit 8b21c26

Please sign in to comment.