diff --git a/CHANGELOG.md b/CHANGELOG.md index 867a9ce..7967a2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 60642e8..029d074 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openbmclapi", - "version": "1.11.0", + "version": "1.12.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openbmclapi", - "version": "1.11.0", + "version": "1.12.0", "license": "MIT", "dependencies": { "@bangbang93/service-errors": "^1.1.1", diff --git a/package.json b/package.json index e2baa91..4e885d7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbmclapi", - "version": "1.11.0", + "version": "1.12.0", "description": "bmclapi@home", "bin": "dist/openbmclapi.js", "private": true,