Skip to content

Commit

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

#### 🐛 Bug Fixes

- **misc**: Fix error with openapi client init.

<br/>

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

#### What's fixed

* **misc**: Fix error with openapi client init ([b652cb5](b652cb5))

</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 Dec 12, 2023
1 parent b652cb5 commit 60478c4
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 2 deletions.
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.7.1](https://github.com/lobehub/chat-plugins-gateway/compare/v1.7.0...v1.7.1)

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

#### 🐛 Bug Fixes

- **misc**: Fix error with openapi client init.

<br/>

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

#### What's fixed

- **misc**: Fix error with openapi client init ([b652cb5](https://github.com/lobehub/chat-plugins-gateway/commit/b652cb5))

</details>

<div align="right">

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

</div>

## [Version 1.7.0](https://github.com/lobehub/chat-plugins-gateway/compare/v1.6.0...v1.7.0)

<sup>Released on **2023-12-11**</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-plugins-gateway",
"version": "1.7.0",
"version": "1.7.1",
"description": "Lobe Chat Plugin Market",
"repository": "https://github.com/lobehub/chat-plugins-gateway.git",
"author": "LobeHub <[email protected]>",
Expand All @@ -12,8 +12,8 @@
],
"scripts": {
"build": "father build",
"devs": "father dev",
"ci": "npm run lint && npm run type-check && npm run doctor",
"devs": "father dev",
"doctor": "father doctor",
"lint": "eslint \"{src,api,docs}/**/*.{js,jsx,ts,tsx}\" --fix",
"lint:md": "remark . --quiet --frail --output",
Expand Down

0 comments on commit 60478c4

Please sign in to comment.