Skip to content

Commit

Permalink
🔖 chore(release): v1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 1.4.0](v1.3.2...v1.4.0)
<sup>Released on **2023-08-28**</sup>

#### ♻ Code Refactoring

- **misc**: 移除默认的 api key 配置,添加服务端校验逻辑.

#### ✨ Features

- **misc**: 新增 Grid 模式.

<br/>

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

#### Code refactoring

* **misc**: 移除默认的 api key 配置,添加服务端校验逻辑 ([7713115](7713115))

#### What's improved

* **misc**: 新增 Grid 模式 ([dd5e8a2](dd5e8a2))

</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 28, 2023
1 parent 7713115 commit a4b35b7
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,39 @@

# Changelog

## [Version&nbsp;1.4.0](https://github.com/lobehub/chat-plugin-search-engine/compare/v1.3.2...v1.4.0)

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

#### ♻ Code Refactoring

- **misc**: 移除默认的 api key 配置,添加服务端校验逻辑.

#### ✨ Features

- **misc**: 新增 Grid 模式.

<br/>

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

#### Code refactoring

- **misc**: 移除默认的 api key 配置,添加服务端校验逻辑 ([7713115](https://github.com/lobehub/chat-plugin-search-engine/commit/7713115))

#### What's improved

- **misc**: 新增 Grid 模式 ([dd5e8a2](https://github.com/lobehub/chat-plugin-search-engine/commit/dd5e8a2))

</details>

<div align="right">

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

</div>

### [Version&nbsp;1.3.2](https://github.com/lobehub/chat-plugin-search-engine/compare/v1.3.1...v1.3.2)

<sup>Released on **2023-08-26**</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-plugin-search-engine",
"version": "1.3.2",
"version": "1.4.0",
"private": true,
"description": "Lobe Chat Search Engine Plugin",
"homepage": "https://github.com/lobehub/chat-plugin-search-engine",
Expand Down

0 comments on commit a4b35b7

Please sign in to comment.