Skip to content

Commit

Permalink
🔖 chore(release): v0.36.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 0.36.0](v0.35.1...v0.36.0)
<sup>Released on **2023-08-03**</sup>

#### ✨ Features

- **misc**: 实现自定义历史消息数功能.

#### 🐛 Bug Fixes

- **misc**: Fix setting type.

#### 💄 Styles

- **misc**: Fix session item height.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

* **misc**: 实现自定义历史消息数功能 ([7baa022](7baa022))

#### What's fixed

* **misc**: Fix setting type ([57e415e](57e415e))

#### Styles

* **misc**: Fix session item height ([6cd1de5](6cd1de5))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>
  • Loading branch information
semantic-release-bot committed Aug 3, 2023
1 parent 57e415e commit f33f38a
Show file tree
Hide file tree
Showing 2 changed files with 42 additions and 1 deletion.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,47 @@

# Changelog

## [Version 0.36.0](https://github.com/lobehub/lobe-chat/compare/v0.35.1...v0.36.0)

<sup>Released on **2023-08-03**</sup>

#### ✨ Features

- **misc**: 实现自定义历史消息数功能.

#### 🐛 Bug Fixes

- **misc**: Fix setting type.

#### 💄 Styles

- **misc**: Fix session item height.

<br/>

<details>
<summary><kbd>Improvements and Fixes</kbd></summary>

#### What's improved

- **misc**: 实现自定义历史消息数功能 ([7baa022](https://github.com/lobehub/lobe-chat/commit/7baa022))

#### What's fixed

- **misc**: Fix setting type ([57e415e](https://github.com/lobehub/lobe-chat/commit/57e415e))

#### Styles

- **misc**: Fix session item height ([6cd1de5](https://github.com/lobehub/lobe-chat/commit/6cd1de5))

</details>

<div align="right">

[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)

</div>

### [Version 0.35.1](https://github.com/lobehub/lobe-chat/compare/v0.35.0...v0.35.1)

<sup>Released on **2023-07-31**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/chat",
"version": "0.35.1",
"version": "0.36.0",
"description": "Lobe Chat is an open-source chatbot client using LangChain, Typescript and Next.js",
"keywords": [
"chatbot",
Expand Down

0 comments on commit f33f38a

Please sign in to comment.