From 005c8fbdec2c4820bb02464daea2f5154c393f89 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Aug 2023 16:32:22 +0000 Subject: [PATCH] :bookmark: chore(release): v1.0.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## Version 1.0.0 Released on **2023-08-19** #### ♻ 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, 修正动态链路的命中逻辑, 修正动态链路的命中逻辑.
Improvements and Fixes #### 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))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..382bdf6 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,53 @@ + + +# Changelog + +## Version 1.0.0 + +Released on **2023-08-19** + +#### ♻ 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, 修正动态链路的命中逻辑, 修正动态链路的命中逻辑. + +
+ +
+Improvements and Fixes + +#### 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)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
diff --git a/package.json b/package.json index 077d3f7..1ae6cb0 100644 --- a/package.json +++ b/package.json @@ -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",