Skip to content

Commit

Permalink
Release 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Jun 21, 2024
1 parent 9d5867d commit 22cbee0
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,19 @@ All notable changes to this project will be documented in this file. Dates are d

Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).

#### [v1.11.0](https://github.com/bangbang93/openbmclapi/compare/v1.11.0-4...v1.11.0)

- feat: 下载错误上报 [`#78`](https://github.com/bangbang93/openbmclapi/pull/78)
- refactor: 把authRoute拆出去 [`9d5867d`](https://github.com/bangbang93/openbmclapi/commit/9d5867d409f0661e35affee573dbd0ba6ded683b)
- feat: 允许自定义alist缓存时间 [`f903821`](https://github.com/bangbang93/openbmclapi/commit/f903821a9475ebcfb388ed77debdd92a47799534)
- feat: 把校验失败也算进重试里 [`08e9cf6`](https://github.com/bangbang93/openbmclapi/commit/08e9cf680e3d43e2c674c7d6ebd1b5c0bac2e839)

#### [v1.11.0-4](https://github.com/bangbang93/openbmclapi/compare/v1.11.0-3...v1.11.0-4)

> 19 June 2024
- fix: 修正异常上报 [`6c5e3b8`](https://github.com/bangbang93/openbmclapi/commit/6c5e3b8c1cf8f79a447c55806a9eb0bdededef1b)
- Release 1.11.0-4 [`be407a7`](https://github.com/bangbang93/openbmclapi/commit/be407a71e40c82a54f35db0ba887e1faf2e4bb02)
- feat: 移除noopen参数 [`fecb72a`](https://github.com/bangbang93/openbmclapi/commit/fecb72ad5a75730697212bdfd914714c4adc2e29)

#### [v1.11.0-3](https://github.com/bangbang93/openbmclapi/compare/v1.11.0-2...v1.11.0-3)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openbmclapi",
"version": "1.11.0-4",
"version": "1.11.0",
"description": "bmclapi@home",
"bin": "dist/openbmclapi.js",
"private": true,
Expand Down

0 comments on commit 22cbee0

Please sign in to comment.