Skip to content

Commit

Permalink
🔖 chore(release): v0.14.0 [skip ci]
Browse files Browse the repository at this point in the history
## [Version 0.14.0](v0.13.0...v0.14.0)
<sup>Released on **2024-07-07**</sup>

#### ✨ Features

- **misc**: 上传封面, 成功上传文件到 S3, 添加 Agent 大模型参数, 添加 required 标签 & 抽取 base64ToFile 方法, 添加 trpc upload 调用接口, 添加 trpc upload 调用接口, 添加 trpc upload 调用接口, 添加 useUploadAgent 方法上传角色文件, 添加更多配置参数, 添加模型分类.

#### 🐛 Bug Fixes

- **misc**: Axios upload error, build error, numeral type error, 文件上传处理.

<br/>

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

#### What's improved

* **misc**: 上传封面 ([5291b97](5291b97))
* **misc**: 成功上传文件到 S3 ([66fad94](66fad94))
* **misc**: 添加 Agent 大模型参数 ([6ca10ce](6ca10ce))
* **misc**: 添加 required 标签 & 抽取 base64ToFile 方法 ([4b7d288](4b7d288))
* **misc**: 添加 trpc upload 调用接口 ([2941823](2941823))
* **misc**: 添加 trpc upload 调用接口 ([73f149a](73f149a))
* **misc**: 添加 trpc upload 调用接口 ([6892099](6892099))
* **misc**: 添加 useUploadAgent 方法上传角色文件 ([8c7112e](8c7112e))
* **misc**: 添加更多配置参数 ([146a5c1](146a5c1))
* **misc**: 添加模型分类 ([a75de1b](a75de1b))

#### What's fixed

* **misc**: Axios upload error ([fc70a3d](fc70a3d))
* **misc**: Build error ([e64fdda](e64fdda))
* **misc**: Numeral type error ([73b1b48](73b1b48))
* **misc**: 文件上传处理 ([7c2822c](7c2822c))

</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 Jul 7, 2024
1 parent 53377a3 commit 2c5cfe6
Show file tree
Hide file tree
Showing 2 changed files with 55 additions and 1 deletion.
54 changes: 54 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,60 @@

# Changelog

## [Version&nbsp;0.14.0](https://github.com/lobehub/lobe-vidol/compare/v0.13.0...v0.14.0)
<sup>Released on **2024-07-07**</sup>


#### ✨ Features

- **misc**: 上传封面, 成功上传文件到 S3, 添加 Agent 大模型参数, 添加 required 标签 & 抽取 base64ToFile 方法, 添加 trpc upload 调用接口, 添加 trpc upload 调用接口, 添加 trpc upload 调用接口, 添加 useUploadAgent 方法上传角色文件, 添加更多配置参数, 添加模型分类.


#### 🐛 Bug Fixes

- **misc**: Axios upload error, build error, numeral type error, 文件上传处理.


<br/>



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



#### What's improved

* **misc**: 上传封面 ([5291b97](https://github.com/lobehub/lobe-vidol/commit/5291b97))
* **misc**: 成功上传文件到 S3 ([66fad94](https://github.com/lobehub/lobe-vidol/commit/66fad94))
* **misc**: 添加 Agent 大模型参数 ([6ca10ce](https://github.com/lobehub/lobe-vidol/commit/6ca10ce))
* **misc**: 添加 required 标签 & 抽取 base64ToFile 方法 ([4b7d288](https://github.com/lobehub/lobe-vidol/commit/4b7d288))
* **misc**: 添加 trpc upload 调用接口 ([2941823](https://github.com/lobehub/lobe-vidol/commit/2941823))
* **misc**: 添加 trpc upload 调用接口 ([73f149a](https://github.com/lobehub/lobe-vidol/commit/73f149a))
* **misc**: 添加 trpc upload 调用接口 ([6892099](https://github.com/lobehub/lobe-vidol/commit/6892099))
* **misc**: 添加 useUploadAgent 方法上传角色文件 ([8c7112e](https://github.com/lobehub/lobe-vidol/commit/8c7112e))
* **misc**: 添加更多配置参数 ([146a5c1](https://github.com/lobehub/lobe-vidol/commit/146a5c1))
* **misc**: 添加模型分类 ([a75de1b](https://github.com/lobehub/lobe-vidol/commit/a75de1b))



#### What's fixed

* **misc**: Axios upload error ([fc70a3d](https://github.com/lobehub/lobe-vidol/commit/fc70a3d))
* **misc**: Build error ([e64fdda](https://github.com/lobehub/lobe-vidol/commit/e64fdda))
* **misc**: Numeral type error ([73b1b48](https://github.com/lobehub/lobe-vidol/commit/73b1b48))
* **misc**: 文件上传处理 ([7c2822c](https://github.com/lobehub/lobe-vidol/commit/7c2822c))

</details>


<div align="right">

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

</div>

## [Version 0.13.0](https://github.com/lobehub/lobe-vidol/compare/v0.12.0...v0.13.0)

<sup>Released on **2024-06-28**</sup>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@lobehub/vidol",
"version": "0.13.0",
"version": "0.14.0",
"private": true,
"description": "Making Virtual Idols Accessible for EveryOne",
"keywords": [
Expand Down

0 comments on commit 2c5cfe6

Please sign in to comment.