Skip to content

Commit

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

- 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)

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

> 1 April 2024
- Release 1.10.2 [`e119519`](https://github.com/bangbang93/openbmclapi/commit/e119519fb1fef2cc3446c03e07e3aaed06fc024a)
- feat: 同步的请求启用keep alive [`3ab03f6`](https://github.com/bangbang93/openbmclapi/commit/3ab03f679f4ffc836c9063cd8e3ca71a8f1f20eb)
- feat: 适配服务端ws qps限制报错 [`aa6d4df`](https://github.com/bangbang93/openbmclapi/commit/aa6d4dfa3f4417de2129dd5bae038c581651a0a9)

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

0 comments on commit 793aacc

Please sign in to comment.