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-09-08**</sup>

#### ✨ Features

- **misc**: 完善插件开发模板的基础内容.

#### 🐛 Bug Fixes

- **misc**: Fix ci, Fix import.

#### 💄 Styles

- **misc**: Update lint, 优化暗色主题表现.

<br/>

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

#### What's improved

* **misc**: 完善插件开发模板的基础内容 ([8d354b4](8d354b4))

#### What's fixed

* **misc**: Fix ci ([34fe03a](34fe03a))
* **misc**: Fix import ([d8473af](d8473af))

#### Styles

* **misc**: Update lint ([d48fb19](d48fb19))
* **misc**: 优化暗色主题表现 ([47004c5](47004c5))

</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 Sep 8, 2023
1 parent 34fe03a commit a016b43
Show file tree
Hide file tree
Showing 2 changed files with 47 additions and 1 deletion.
46 changes: 46 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
<a name="readme-top"></a>

# Changelog

## Version 1.0.0

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

#### ✨ Features

- **misc**: 完善插件开发模板的基础内容.

#### 🐛 Bug Fixes

- **misc**: Fix ci, Fix import.

#### 💄 Styles

- **misc**: Update lint, 优化暗色主题表现.

<br/>

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

#### What's improved

- **misc**: 完善插件开发模板的基础内容 ([8d354b4](https://github.com/lobehub/chat-plugin-template/commit/8d354b4))

#### What's fixed

- **misc**: Fix ci ([34fe03a](https://github.com/lobehub/chat-plugin-template/commit/34fe03a))
- **misc**: Fix import ([d8473af](https://github.com/lobehub/chat-plugin-template/commit/d8473af))

#### Styles

- **misc**: Update lint ([d48fb19](https://github.com/lobehub/chat-plugin-template/commit/d48fb19))
- **misc**: 优化暗色主题表现 ([47004c5](https://github.com/lobehub/chat-plugin-template/commit/47004c5))

</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": "@lobehub/chat-plugin-template",
"version": "0.0.0",
"version": "1.0.0",
"private": true,
"description": "This is the plugin template for LobeChat plugin development",
"homepage": "https://github.com/lobehub/chat-plugin-template",
Expand Down

0 comments on commit a016b43

Please sign in to comment.