Skip to content

Commit

Permalink
Release 1.10.7
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed May 20, 2024
1 parent 755d107 commit e7675b3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,16 @@ 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.10.7](https://github.com/bangbang93/openbmclapi/compare/v1.10.6...v1.10.7)

- chore: 简化错误日志 [`755d107`](https://github.com/bangbang93/openbmclapi/commit/755d10742d85d216a30276af61bd8667b11c8e06)
- fix: 修正本地存储目录创建 [`0a4c744`](https://github.com/bangbang93/openbmclapi/commit/0a4c744ca6140eefdb8c84dafce7c851011d96f8)
- fix: 修正下载retry [`97311d0`](https://github.com/bangbang93/openbmclapi/commit/97311d0800f4d68449c8c2c99c0d6c5c36f8e483)

#### [v1.10.6](https://github.com/bangbang93/openbmclapi/compare/v1.10.5...v1.10.6)

> 16 May 2024
- chore: 国内镜像改用kaniko构建 [`79afa28`](https://github.com/bangbang93/openbmclapi/commit/79afa2877edb522f7a0692875d3a2836a90632ae)
- fix: 同步前检查存储是否可以正常写入,避免无效同步 [`1ff4cb3`](https://github.com/bangbang93/openbmclapi/commit/1ff4cb3dcd88dabd7c37788ddad861f637bac09f)
- fix: 被踹时不要硬退出,改为软重启 [`7bc0c86`](https://github.com/bangbang93/openbmclapi/commit/7bc0c86e64aee73f2ad46dd448fa5e73b2773c0d)
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.10.6",
"version": "1.10.7",
"description": "bmclapi@home",
"bin": "dist/openbmclapi.js",
"private": true,
Expand Down

0 comments on commit e7675b3

Please sign in to comment.