Skip to content

Commit

Permalink
Release 1.10.4
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Apr 26, 2024
1 parent 5cd2e84 commit ac2d8de
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +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.10.4](https://github.com/bangbang93/openbmclapi/compare/v1.10.3...v1.10.4)

- feat: 使用token rotate [`ad62512`](https://github.com/bangbang93/openbmclapi/commit/ad625123fece214a9d21c70efbd5687eb3fc83c6)
- fix: 当token超时后重新连接ws会使用已过期的token [`d57a159`](https://github.com/bangbang93/openbmclapi/commit/d57a15944451cf34fb9ef3b5b608cc6b6cc9fa6c)
- feat: 调整白名单域名 [`b78095b`](https://github.com/bangbang93/openbmclapi/commit/b78095b5e90ae31d61b1790a79e1502b2213b7ab)

#### [v1.10.3](https://github.com/bangbang93/openbmclapi/compare/v1.10.2...v1.10.3)

> 3 April 2024
- refactor: 独立keepalive实现 [`7ff8174`](https://github.com/bangbang93/openbmclapi/commit/7ff81747226c2aa7bcdcef67a6f941106f43a5f4)
- refactor: 调整keep alive写法 [`f713cbd`](https://github.com/bangbang93/openbmclapi/commit/f713cbdb873b760950edc4776ccf8a0157245c84)
- Release 1.10.2-0 [`0614ea5`](https://github.com/bangbang93/openbmclapi/commit/0614ea54c7351b8eb9ba4039e5180048e489d4d5)
- Release 1.10.3 [`793aacc`](https://github.com/bangbang93/openbmclapi/commit/793aaccd4cc338f5d0fbd80855981a2db1a2d083)

#### [v1.10.2](https://github.com/bangbang93/openbmclapi/compare/v1.10.2-0...v1.10.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.10.3",
"version": "1.10.4",
"description": "bmclapi@home",
"bin": "dist/openbmclapi.js",
"private": true,
Expand Down

0 comments on commit ac2d8de

Please sign in to comment.