Skip to content

Commit

Permalink
Merge pull request #15 from lobehub/beta
Browse files Browse the repository at this point in the history
🐛 fix: bump father version
  • Loading branch information
arvinxx committed Sep 9, 2023
2 parents 25f174e + 3e08c00 commit d0b5b6f
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@ on:
push:
branches:
- master
- alpha
- beta
- rc

jobs:
test:
Expand Down
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,31 @@

# Changelog

### [Version 1.17.7-beta.1](https://github.com/lobehub/chat-plugin-sdk/compare/v1.17.6...v1.17.7-beta.1)

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

#### 🐛 Bug Fixes

- **misc**: Bump father version.

<br/>

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

#### What's fixed

- **misc**: Bump father version ([5b08144](https://github.com/lobehub/chat-plugin-sdk/commit/5b08144))

</details>

<div align="right">

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

</div>

### [Version 1.17.6](https://github.com/lobehub/chat-plugin-sdk/compare/v1.17.5...v1.17.6)

<sup>Released on **2023-09-09**</sup>
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/chat-plugin-sdk",
"version": "1.17.6",
"version": "1.17.7-beta.1",
"description": "Lobe Chat Plugin SDK, help you to build an amazing chat plugin for Lobe Chat",
"keywords": [
"lobehub",
Expand Down Expand Up @@ -90,7 +90,7 @@
"dumi": "^2",
"dumi-theme-lobehub": "latest",
"eslint": "^8",
"father": "4.3.1",
"father": "^4",
"husky": "^8",
"jsdom": "^22",
"leva": "^0",
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,5 +22,6 @@
},
"types": ["vitest/globals"]
},
"exclude": ["client.ts"],
"include": ["src", "tests", ".dumi/**/*", "typings", "example/.dumirc.ts", "*.ts"]
}

0 comments on commit d0b5b6f

Please sign in to comment.