Skip to content

Commit

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

- chore(deps): bump fast-xml-parser from 4.3.4 to 4.4.1 [`#80`](https://github.com/bangbang93/openbmclapi/pull/80)
- chore(deps-dev): bump braces from 3.0.2 to 3.0.3 [`#76`](https://github.com/bangbang93/openbmclapi/pull/76)
- chore(deps): bump ws and engine.io-client [`#79`](https://github.com/bangbang93/openbmclapi/pull/79)
- chore(deps): bump express from 4.18.1 to 4.19.2 [`#66`](https://github.com/bangbang93/openbmclapi/pull/66)
- chore: remove pkg [`14543d3`](https://github.com/bangbang93/openbmclapi/commit/14543d36d719868b868d2ac1671657fdccf31ef3)
- feat: 优化异常信息展示 [`cfe0bda`](https://github.com/bangbang93/openbmclapi/commit/cfe0bda60b8a037e2cc6055bad9f2694412e5dab)
- feat: webdav的exists检查给个缓存,减轻alist压力 [`22b72b5`](https://github.com/bangbang93/openbmclapi/commit/22b72b5507236c9ff5cc42a60a0478523bd236c8)

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

> 21 June 2024
- feat: 下载错误上报 [`#78`](https://github.com/bangbang93/openbmclapi/pull/78)
- refactor: 把authRoute拆出去 [`9d5867d`](https://github.com/bangbang93/openbmclapi/commit/9d5867d409f0661e35affee573dbd0ba6ded683b)
- feat: 允许自定义alist缓存时间 [`f903821`](https://github.com/bangbang93/openbmclapi/commit/f903821a9475ebcfb388ed77debdd92a47799534)
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.11.0",
"version": "1.12.0",
"description": "bmclapi@home",
"bin": "dist/openbmclapi.js",
"private": true,
Expand Down

0 comments on commit 2d14415

Please sign in to comment.