From 164bac654784f9bfe3b484f73cfcb64513411601 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 29 Jan 2024 06:19:15 +0000 Subject: [PATCH] :bookmark: chore(release): v0.121.4 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [Version 0.121.4](https://github.com/lobehub/lobe-chat/compare/v0.121.3...v0.121.4) Released on **2024-01-29** #### 🐛 Bug Fixes - **misc**: Pin ahooks to fix test ci and settings crash.
Improvements and Fixes #### What's fixed * **misc**: Pin ahooks to fix test ci and settings crash, closes [#1178](https://github.com/lobehub/lobe-chat/issues/1178) ([bc223a4](https://github.com/lobehub/lobe-chat/commit/bc223a4))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 5 ++--- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c277ee395f729..b58ebe75c85da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [Version 0.121.4](https://github.com/lobehub/lobe-chat/compare/v0.121.3...v0.121.4) + +Released on **2024-01-29** + +#### 🐛 Bug Fixes + +- **misc**: Pin ahooks to fix test ci and settings crash. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Pin ahooks to fix test ci and settings crash, closes [#1178](https://github.com/lobehub/lobe-chat/issues/1178) ([bc223a4](https://github.com/lobehub/lobe-chat/commit/bc223a4)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [Version 0.121.3](https://github.com/lobehub/lobe-chat/compare/v0.121.2...v0.121.3) Released on **2024-01-26** diff --git a/package.json b/package.json index ee06142e14de0..f4e4b06c1c73d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat", - "version": "0.121.3", + "version": "0.121.4", "description": "Lobe Chat - an open-source, high-performance chatbot framework that supports speech synthesis, multimodal, and extensible Function Call plugin system. Supports one-click free deployment of your private ChatGPT/LLM web application.", "keywords": [ "framework", @@ -80,10 +80,9 @@ "@lobehub/tts": "latest", "@lobehub/ui": "latest", "@vercel/analytics": "^1", - "ahooks": "^3", + "ahooks": "3.7.8", "ai": "^2", "antd": "^5", - "ahooks": "3.7.8", "antd-style": "^3", "brotli-wasm": "^2", "chroma-js": "^2",