Skip to content

Commit

Permalink
Release 1.10.10
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Jun 13, 2024
1 parent 4b9f21a commit ecccf3a
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,21 @@ 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.10](https://github.com/bangbang93/openbmclapi/compare/v1.10.9...v1.10.10)

- feat: 同时执行gc与启用 [`#77`](https://github.com/bangbang93/openbmclapi/pull/77)
- feat: clean outdated files after enabled [`#75`](https://github.com/bangbang93/openbmclapi/pull/75)
- feat: 简化emit异步写法 [`1a6c0bb`](https://github.com/bangbang93/openbmclapi/commit/1a6c0bb0cc436a9070d44719ada550708bad2237)
- feat: nginx upstream keepalive [`d3d940c`](https://github.com/bangbang93/openbmclapi/commit/d3d940c364ac73b92ee60d4af83ac7685c2fafe5)
- chore: Add GitHub Actions workflow for building and linting [`8adeb62`](https://github.com/bangbang93/openbmclapi/commit/8adeb6263c08e95d26f81f4f17c91874d2f8f1bd)

#### [v1.10.9](https://github.com/bangbang93/openbmclapi/compare/v1.10.8...v1.10.9)

> 3 June 2024
- refactor: 使用env-var校验环境变量 [`45e22b3`](https://github.com/bangbang93/openbmclapi/commit/45e22b320ec530a8ebdf848d2dba375ad4f85a9d)
- feat: webdav并行检查 [`82f0792`](https://github.com/bangbang93/openbmclapi/commit/82f0792cebf78a05748570f822a8d34df3e597c6)
- refactor: 简化文件列表 [`409d335`](https://github.com/bangbang93/openbmclapi/commit/409d3350626583d5f0087680c7697ce5f50857d0)
- Release 1.10.9 [`8d2e37d`](https://github.com/bangbang93/openbmclapi/commit/8d2e37da95662559e40d981e007d0e502c73e83d)

#### [v1.10.8](https://github.com/bangbang93/openbmclapi/compare/v1.10.7...v1.10.8)

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.9",
"version": "1.10.10",
"description": "bmclapi@home",
"bin": "dist/openbmclapi.js",
"private": true,
Expand Down

0 comments on commit ecccf3a

Please sign in to comment.