Skip to content

Commit

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

#### ♻ Code Refactoring

- **misc**: Remove searchEngine, remove webCrawler.

#### ✨ Features

- **misc**: Chat plugin gateway 1.0, prod 生产锁定 indexURL 版本, 先使用最简单的方式迁移插件服务端, 初步剥离天气插件, 支持 V1 manifest 版本的方案.

#### 🐛 Bug Fixes

- **misc**: Fix console time error, fix import error, fix request error, 修正动态链路的命中逻辑, 修正动态链路的命中逻辑.

<br/>

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

#### Code refactoring

* **misc**: Remove searchEngine ([d0fc888](d0fc888))
* **misc**: Remove webCrawler ([91663ea](91663ea))

#### What's improved

* **misc**: Chat plugin gateway 1.0, closes [#2](#2) ([788a30a](788a30a))
* **misc**: Prod 生产锁定 indexURL 版本 ([80cdafb](80cdafb))
* **misc**: 先使用最简单的方式迁移插件服务端 ([eaf26bd](eaf26bd))
* **misc**: 初步剥离天气插件, closes [#1](#1) ([ecf1c4c](ecf1c4c))
* **misc**: 支持 V1 manifest 版本的方案 ([8f26a6c](8f26a6c))

#### What's fixed

* **misc**: Fix console time error ([1cd882c](1cd882c))
* **misc**: Fix import error ([a9fa133](a9fa133))
* **misc**: Fix request error ([d8bb922](d8bb922))
* **misc**: 修正动态链路的命中逻辑 ([beb14eb](beb14eb))
* **misc**: 修正动态链路的命中逻辑 ([525654f](525654f))

</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 19, 2023
1 parent 788a30a commit 005c8fb
Show file tree
Hide file tree
Showing 2 changed files with 54 additions and 1 deletion.
53 changes: 53 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
<a name="readme-top"></a>

# Changelog

## Version&nbsp;1.0.0

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

#### ♻ Code Refactoring

- **misc**: Remove searchEngine, remove webCrawler.

#### ✨ Features

- **misc**: Chat plugin gateway 1.0, prod 生产锁定 indexURL 版本, 先使用最简单的方式迁移插件服务端, 初步剥离天气插件, 支持 V1 manifest 版本的方案.

#### 🐛 Bug Fixes

- **misc**: Fix console time error, fix import error, fix request error, 修正动态链路的命中逻辑, 修正动态链路的命中逻辑.

<br/>

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

#### Code refactoring

- **misc**: Remove searchEngine ([d0fc888](https://github.com/lobehub/chat-plugin-market/commit/d0fc888))
- **misc**: Remove webCrawler ([91663ea](https://github.com/lobehub/chat-plugin-market/commit/91663ea))

#### What's improved

- **misc**: Chat plugin gateway 1.0, closes [#2](https://github.com/lobehub/chat-plugin-market/issues/2) ([788a30a](https://github.com/lobehub/chat-plugin-market/commit/788a30a))
- **misc**: Prod 生产锁定 indexURL 版本 ([80cdafb](https://github.com/lobehub/chat-plugin-market/commit/80cdafb))
- **misc**: 先使用最简单的方式迁移插件服务端 ([eaf26bd](https://github.com/lobehub/chat-plugin-market/commit/eaf26bd))
- **misc**: 初步剥离天气插件, closes [#1](https://github.com/lobehub/chat-plugin-market/issues/1) ([ecf1c4c](https://github.com/lobehub/chat-plugin-market/commit/ecf1c4c))
- **misc**: 支持 V1 manifest 版本的方案 ([8f26a6c](https://github.com/lobehub/chat-plugin-market/commit/8f26a6c))

#### What's fixed

- **misc**: Fix console time error ([1cd882c](https://github.com/lobehub/chat-plugin-market/commit/1cd882c))
- **misc**: Fix import error ([a9fa133](https://github.com/lobehub/chat-plugin-market/commit/a9fa133))
- **misc**: Fix request error ([d8bb922](https://github.com/lobehub/chat-plugin-market/commit/d8bb922))
- **misc**: 修正动态链路的命中逻辑 ([beb14eb](https://github.com/lobehub/chat-plugin-market/commit/beb14eb))
- **misc**: 修正动态链路的命中逻辑 ([525654f](https://github.com/lobehub/chat-plugin-market/commit/525654f))

</details>

<div align="right">

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

</div>
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lobe-chat-plugin-market",
"version": "1.1.0",
"version": "1.0.0",
"private": true,
"description": "Lobe Chat Plugin Market",
"repository": "https://github.com/lobehub/chat-plugin-market.git",
Expand Down

0 comments on commit 005c8fb

Please sign in to comment.