Skip to content

Commit

Permalink
Release 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
bangbang93 committed Aug 10, 2022
1 parent 6d3b698 commit 06b41ab
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,23 @@ 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.5.1](https://github.com/bangbang93/openbmclapi/compare/v1.5.0...v1.5.1)

- zstd换个wasm的库,方便兼容Windows [`6d3b698`](https://github.com/bangbang93/openbmclapi/commit/6d3b698e0d42a66f60e6ed98ff32c821d641503d)

#### [v1.5.0](https://github.com/bangbang93/openbmclapi/compare/v1.4.4...v1.5.0)

> 5 August 2022
- 文件列表使用avsc+zstd做压缩 [`4fe4630`](https://github.com/bangbang93/openbmclapi/commit/4fe46302525ec872ccb08ef113d3ba537b446337)
- 固定pkg打包版本 [`363aa1f`](https://github.com/bangbang93/openbmclapi/commit/363aa1f37bfa1c4d066ab2ef2defa5f4de9caaac)
- apt-get update [`fdbfc89`](https://github.com/bangbang93/openbmclapi/commit/fdbfc89e54debe4f987fa4d57ea5d4f939700fdd)

#### [v1.4.4](https://github.com/bangbang93/openbmclapi/compare/v1.4.3...v1.4.4)

> 12 July 2022
- Release 1.4.4 [`bf0c391`](https://github.com/bangbang93/openbmclapi/commit/bf0c3914b649de309c6fb1c5a301953c6317aa00)
- docker镜像提升至node 16 [`82c68bb`](https://github.com/bangbang93/openbmclapi/commit/82c68bb9b978d7c84b3e9233ca27c28d85a49c16)
- 掐连接可能没有res的content length [`455f2a9`](https://github.com/bangbang93/openbmclapi/commit/455f2a9f59e6c78edb52e17e0973cffbdffd4ddc)

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

0 comments on commit 06b41ab

Please sign in to comment.