Skip to content

Commit

Permalink
chore(release): 0.8.9
Browse files Browse the repository at this point in the history
  • Loading branch information
snowyu committed Sep 30, 2024
1 parent c34c1aa commit 0658c19
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.8.9](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.8.8...v0.8.9) (2024-09-30)


### Bug Fixes

* add hasInited and filter USER_ENV ([dd7ad7b](https://github.com/offline-ai/cli-plugin-core.js/commit/dd7ad7b6bc5e7653ac875dc12e9eb8bd933aebce))
* check search dir whether already added ([6b46c6f](https://github.com/offline-ai/cli-plugin-core.js/commit/6b46c6fc2159a2af2369280e08d68e0ea5e48172))


### Refactor

* use ansicolor instead of ansi-colors ([76ea2c7](https://github.com/offline-ai/cli-plugin-core.js/commit/76ea2c7112496252199f8495eea22d87d98a4311))

## [0.8.8](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.8.7...v0.8.8) (2024-09-25)

## [0.8.7](https://github.com/offline-ai/cli-plugin-core.js/compare/v0.8.6...v0.8.7) (2024-09-25)
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.8",
"version": "0.8.9",
"author": "Riceball LEE <[email protected]>",
"bin": {
"ai": "./bin/run.js"
Expand Down

0 comments on commit 0658c19

Please sign in to comment.