From a0d68c17621a5201c78b40f3816996cf49e436f7 Mon Sep 17 00:00:00 2001 From: bangbang93 Date: Sat, 21 Sep 2024 10:44:37 +0800 Subject: [PATCH] Release 1.12.1 --- CHANGELOG.md | 12 ++++++++++-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7967a2c..1b7c558 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,15 +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.12.1](https://github.com/bangbang93/openbmclapi/compare/v1.12.0...v1.12.1) + +- feat: 回收文件给个完成提示 [`f5299ae`](https://github.com/bangbang93/openbmclapi/commit/f5299ae96649b421a4210496f813e4a4ef3e4053) +- fix: 修正使用shell运行时,ctrl+c优雅下线有概率不生效 [`6dc0170`](https://github.com/bangbang93/openbmclapi/commit/6dc01707340bea863b8da15eebcee330faa5cad0) +- chore: upgrade sync-mirror workflow [`cb762de`](https://github.com/bangbang93/openbmclapi/commit/cb762de4580a96b66fd0a0154399baa100a27e5a) + #### [v1.12.0](https://github.com/bangbang93/openbmclapi/compare/v1.11.0...v1.12.0) +> 19 September 2024 + - 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) +- Release 1.12.0 [`2d14415`](https://github.com/bangbang93/openbmclapi/commit/2d14415f08e1bcceb08f3e5bd15bbd18609f1406) #### [v1.11.0](https://github.com/bangbang93/openbmclapi/compare/v1.11.0-4...v1.11.0) @@ -227,9 +235,9 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). > 21 February 2024 - feat: 使用token校验,避免在网络中传输secret [`#48`](https://github.com/bangbang93/openbmclapi/pull/48) +- Release 1.8.2 [`5d95ebe`](https://github.com/bangbang93/openbmclapi/commit/5d95ebec76b95615aafbd1952b3881d8db523361) - Release 1.9.0 [`aeaf935`](https://github.com/bangbang93/openbmclapi/commit/aeaf9359ce94628f5a5db54424f80390a6e1d5b8) - docs: readme 指向wiki [`b5d2da4`](https://github.com/bangbang93/openbmclapi/commit/b5d2da402363fef4d89f99a1a89ba63b26a761e1) -- feat: windows的tar没有xz [`6e26fb0`](https://github.com/bangbang93/openbmclapi/commit/6e26fb05741a8fa5d430476f687b7f70cc28daec) #### [v1.8.2](https://github.com/bangbang93/openbmclapi/compare/v1.8.1...v1.8.2) diff --git a/package-lock.json b/package-lock.json index 029d074..bf74930 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "openbmclapi", - "version": "1.12.0", + "version": "1.12.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "openbmclapi", - "version": "1.12.0", + "version": "1.12.1", "license": "MIT", "dependencies": { "@bangbang93/service-errors": "^1.1.1", diff --git a/package.json b/package.json index 4e885d7..284a789 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "openbmclapi", - "version": "1.12.0", + "version": "1.12.1", "description": "bmclapi@home", "bin": "dist/openbmclapi.js", "private": true,