Skip to content

Commit

Permalink
Release 1.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Nov 29, 2024
1 parent d56cee7 commit edb9d8c
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 5 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,20 @@ 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.13.0](https://github.com/bangbang93/openbmclapi/compare/v1.12.1...v1.13.0)

- chore(deps): bump path-to-regexp and express [`#86`](https://github.com/bangbang93/openbmclapi/pull/86)
- chore: upgrade eslint [`58d10ed`](https://github.com/bangbang93/openbmclapi/commit/58d10edbcab026d68b8cf4d455cca7f9a8134325)
- chore: upgrade express [`d2b4046`](https://github.com/bangbang93/openbmclapi/commit/d2b40460a1bd1a39285331f8bd4bd66c1d14a85f)
- feat: 检查UPnP返回的ip是否为公网IP [`bc73ed1`](https://github.com/bangbang93/openbmclapi/commit/bc73ed15b251fd1e4ea41a8794b355ee16605b87)

#### [v1.12.1](https://github.com/bangbang93/openbmclapi/compare/v1.12.0...v1.12.1)

> 21 September 2024
- feat: 回收文件给个完成提示 [`f5299ae`](https://github.com/bangbang93/openbmclapi/commit/f5299ae96649b421a4210496f813e4a4ef3e4053)
- Release 1.12.1 [`a0d68c1`](https://github.com/bangbang93/openbmclapi/commit/a0d68c17621a5201c78b40f3816996cf49e436f7)
- fix: 修正使用shell运行时,ctrl+c优雅下线有概率不生效 [`6dc0170`](https://github.com/bangbang93/openbmclapi/commit/6dc01707340bea863b8da15eebcee330faa5cad0)
- chore: upgrade sync-mirror workflow [`cb762de`](https://github.com/bangbang93/openbmclapi/commit/cb762de4580a96b66fd0a0154399baa100a27e5a)

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

Expand Down Expand Up @@ -235,9 +244,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
> 21 February 2024
- feat: 使用token校验,避免在网络中传输secret [`#48`](https://github.com/bangbang93/openbmclapi/pull/48)
- Release 1.8.2 [`5d95ebe`](https://github.com/bangbang93/openbmclapi/commit/5d95ebec76b95615aafbd1952b3881d8db523361)
- Release 1.9.0 [`aeaf935`](https://github.com/bangbang93/openbmclapi/commit/aeaf9359ce94628f5a5db54424f80390a6e1d5b8)
- docs: readme 指向wiki [`b5d2da4`](https://github.com/bangbang93/openbmclapi/commit/b5d2da402363fef4d89f99a1a89ba63b26a761e1)
- feat: windows的tar没有xz [`6e26fb0`](https://github.com/bangbang93/openbmclapi/commit/6e26fb05741a8fa5d430476f687b7f70cc28daec)

#### [v1.8.2](https://github.com/bangbang93/openbmclapi/compare/v1.8.1...v1.8.2)

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

0 comments on commit edb9d8c

Please sign in to comment.