From db5f0bfe16146a2433634dd457ea43d37ba00d28 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Sat, 4 Jan 2025 12:40:39 +0000 Subject: [PATCH] chore(release): 1.14.3 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.14.3](https://github.com/CaoMeiYouRen/rss-impact-server/compare/v1.14.2...v1.14.3) (2025-01-04) ### ♻ 代码重构 * **benchmarks:** 优化系统信息输出格式 ([54c50b1](https://github.com/CaoMeiYouRen/rss-impact-server/commit/54c50b1)) ### ✅ 测试 * **app:** 修复e2e测试中的app关闭逻辑 ([17ad4ab](https://github.com/CaoMeiYouRen/rss-impact-server/commit/17ad4ab)) * **e2e:** 优化测试数据库初始化逻辑,改用beforeAll和afterAll ([a5e33ee](https://github.com/CaoMeiYouRen/rss-impact-server/commit/a5e33ee)) * **e2e:** 初始化测试数据库并启用会话中间件 ([e5d5517](https://github.com/CaoMeiYouRen/rss-impact-server/commit/e5d5517)) * 修复 API 路径并添加响应头;优化服务逻辑 ([2a4ff2e](https://github.com/CaoMeiYouRen/rss-impact-server/commit/2a4ff2e)) ### 🐛 Bug 修复 * 更改常量名称从 RESOURCE_SAVE_DAYS 为 ARTICLE_SAVE_DAYS ([f4e1f4f](https://github.com/CaoMeiYouRen/rss-impact-server/commit/f4e1f4f)) --- CHANGELOG.md | 20 ++++++++++++++++++++ package.json | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc6091f2..9edc7e33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,25 @@ # rss-impact-server +## [1.14.3](https://github.com/CaoMeiYouRen/rss-impact-server/compare/v1.14.2...v1.14.3) (2025-01-04) + + +### ♻ 代码重构 + +* **benchmarks:** 优化系统信息输出格式 ([54c50b1](https://github.com/CaoMeiYouRen/rss-impact-server/commit/54c50b1)) + + +### ✅ 测试 + +* **app:** 修复e2e测试中的app关闭逻辑 ([17ad4ab](https://github.com/CaoMeiYouRen/rss-impact-server/commit/17ad4ab)) +* **e2e:** 优化测试数据库初始化逻辑,改用beforeAll和afterAll ([a5e33ee](https://github.com/CaoMeiYouRen/rss-impact-server/commit/a5e33ee)) +* **e2e:** 初始化测试数据库并启用会话中间件 ([e5d5517](https://github.com/CaoMeiYouRen/rss-impact-server/commit/e5d5517)) +* 修复 API 路径并添加响应头;优化服务逻辑 ([2a4ff2e](https://github.com/CaoMeiYouRen/rss-impact-server/commit/2a4ff2e)) + + +### 🐛 Bug 修复 + +* 更改常量名称从 RESOURCE_SAVE_DAYS 为 ARTICLE_SAVE_DAYS ([f4e1f4f](https://github.com/CaoMeiYouRen/rss-impact-server/commit/f4e1f4f)) + ## [1.14.2](https://github.com/CaoMeiYouRen/rss-impact-server/compare/v1.14.1...v1.14.2) (2024-12-21) diff --git a/package.json b/package.json index 3859967d..0a94e2d9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rss-impact-server", - "version": "1.14.2", + "version": "1.14.3", "description": "一个基于 RSS 的 Hook 系统。本项目为后端部分。", "keywords": [ "RSS",