From e0a9fac991ebec57f0dfd4b44e478d068f553216 Mon Sep 17 00:00:00 2001 From: terasum Date: Thu, 19 Sep 2024 15:15:56 +0800 Subject: [PATCH] chore(*): release v0.2.8 --- .husky/commit-msg | 3 --- .husky/pre-commit | 1 - README.md | 2 +- package.json | 2 +- src-tauri/Cargo.lock | 2 +- src-tauri/Cargo.toml | 2 +- src/version.json | 2 +- 7 files changed, 5 insertions(+), 9 deletions(-) diff --git a/.husky/commit-msg b/.husky/commit-msg index 42cdacd..ff5b8fa 100755 --- a/.husky/commit-msg +++ b/.husky/commit-msg @@ -1,4 +1 @@ -#!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" - npx --no-install commitlint -e diff --git a/.husky/pre-commit b/.husky/pre-commit index 8aefea0..ef2e23c 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,4 @@ #!/usr/bin/env sh -. "$(dirname -- "$0")/_/husky.sh" node "$(dirname -- "$0")/../scripts/check-version.js" node "$(dirname -- "$0")/../scripts/update.cjs" diff --git a/README.md b/README.md index cebcd97..fd9877b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@

OpenChat

-

v0.2.7

+

v0.2.8

A lightweight and elegant AI chat client for ChatGPT, Claude and other LLMs. diff --git a/package.json b/package.json index 48f87e5..e27c1e5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "openchat", "private": true, - "version": "0.2.7", + "version": "0.2.8", "type": "module", "scripts": { "dev": "vite", diff --git a/src-tauri/Cargo.lock b/src-tauri/Cargo.lock index 4d6769d..3c985e2 100644 --- a/src-tauri/Cargo.lock +++ b/src-tauri/Cargo.lock @@ -3578,7 +3578,7 @@ dependencies = [ [[package]] name = "openchat" -version = "0.2.7" +version = "0.2.8" dependencies = [ "current_locale", "futures", diff --git a/src-tauri/Cargo.toml b/src-tauri/Cargo.toml index acc57a9..e08b012 100644 --- a/src-tauri/Cargo.toml +++ b/src-tauri/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "openchat" -version = "0.2.7" +version = "0.2.8" description = "openchat" authors = ["terasum"] license = "Reserved" diff --git a/src/version.json b/src/version.json index 6ab121a..7f3da2a 100644 --- a/src/version.json +++ b/src/version.json @@ -1,3 +1,3 @@ { - "version":"0.2.7" + "version":"0.2.8" } \ No newline at end of file