Skip to content

Commit 883fdd8

Browse files
committedMar 7, 2024
🔖 chore(release): v0.132.2 [skip ci]
### [Version&nbsp;0.132.2](lobehub/lobe-chat@v0.132.1...v0.132.2) <sup>Released on **2024-03-07**</sup> #### 🐛 Bug Fixes - **misc**: Fix anthropic streaming on Vercel/Cloudflare. <br/> <details> <summary><kbd>Improvements and Fixes</kbd></summary> #### What's fixed * **misc**: Fix anthropic streaming on Vercel/Cloudflare, closes [lobehub#1480](lobehub#1480) ([227101a](lobehub@227101a)) </details> <div align="right"> [![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) </div>
1 parent 227101a commit 883fdd8

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed
 

‎CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,31 @@
22

33
# Changelog
44

5+
### [Version 0.132.2](https://github.com/lobehub/lobe-chat/compare/v0.132.1...v0.132.2)
6+
7+
<sup>Released on **2024-03-07**</sup>
8+
9+
#### 🐛 Bug Fixes
10+
11+
- **misc**: Fix anthropic streaming on Vercel/Cloudflare.
12+
13+
<br/>
14+
15+
<details>
16+
<summary><kbd>Improvements and Fixes</kbd></summary>
17+
18+
#### What's fixed
19+
20+
- **misc**: Fix anthropic streaming on Vercel/Cloudflare, closes [#1480](https://github.com/lobehub/lobe-chat/issues/1480) ([227101a](https://github.com/lobehub/lobe-chat/commit/227101a))
21+
22+
</details>
23+
24+
<div align="right">
25+
26+
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
27+
28+
</div>
29+
530
### [Version 0.132.1](https://github.com/lobehub/lobe-chat/compare/v0.132.0...v0.132.1)
631

732
<sup>Released on **2024-03-06**</sup>

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@lobehub/chat",
3-
"version": "0.132.1",
3+
"version": "0.132.2",
44
"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.",
55
"keywords": [
66
"framework",

0 commit comments

Comments
 (0)