From 5c5e5c84d7c720fafbb3ae023ccdb69bdbd64a7c Mon Sep 17 00:00:00 2001 From: arvinxx Date: Sat, 19 Aug 2023 13:50:55 +0800 Subject: [PATCH 1/2] :bug: fix: export ErrorType --- src/types/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/types/index.ts b/src/types/index.ts index 0fc0dff..bdb19ce 100644 --- a/src/types/index.ts +++ b/src/types/index.ts @@ -1,3 +1,4 @@ export * from './chatGPT'; +export * from './error'; export * from './manifest'; export * from './market'; From f140633109cf74efcc2b46905ac6d9578c191be5 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 19 Aug 2023 05:53:22 +0000 Subject: [PATCH 2/2] :bookmark: chore(release): v1.1.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ### [Version 1.1.2](https://github.com/lobehub/chat-plugin-sdk/compare/v1.1.1...v1.1.2) Released on **2023-08-19** #### šŸ› Bug Fixes - **misc**: Export ErrorType.
Improvements and Fixes #### What's fixed * **misc**: Export ErrorType ([5c5e5c8](https://github.com/lobehub/chat-plugin-sdk/commit/5c5e5c8))
[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top)
--- CHANGELOG.md | 25 +++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 26 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4658392..e7419b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,31 @@ # Changelog +### [VersionĀ 1.1.2](https://github.com/lobehub/chat-plugin-sdk/compare/v1.1.1...v1.1.2) + +Released on **2023-08-19** + +#### šŸ› Bug Fixes + +- **misc**: Export ErrorType. + +
+ +
+Improvements and Fixes + +#### What's fixed + +- **misc**: Export ErrorType ([5c5e5c8](https://github.com/lobehub/chat-plugin-sdk/commit/5c5e5c8)) + +
+ +
+ +[![](https://img.shields.io/badge/-BACK_TO_TOP-151515?style=flat-square)](#readme-top) + +
+ ### [VersionĀ 1.1.1](https://github.com/lobehub/chat-plugin-sdk/compare/v1.1.0...v1.1.1) Released on **2023-08-19** diff --git a/package.json b/package.json index 9233b76..f614c6d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@lobehub/chat-plugin-sdk", - "version": "1.1.1", + "version": "1.1.2", "description": "Lobe Chat Plugin SDK, help you to build an amazing chat plugin for Lobe Chat", "keywords": [ "lobehub",