Skip to content

Commit 64c6ddf

Browse files
chore(release): 1.0.2 [skip ci]
## [1.0.2](v1.0.1...v1.0.2) (2024-10-25) ### 🐛 Bug 修复 * 增加 authCode 验证逻辑;修复部分情况下摇树优化错误的问题 ([004e4ff](004e4ff))
1 parent 004e4ff commit 64c6ddf

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# rsshub-never-die
22

3+
## [1.0.2](https://github.com/CaoMeiYouRen/rsshub-never-die/compare/v1.0.1...v1.0.2) (2024-10-25)
4+
5+
6+
### 🐛 Bug 修复
7+
8+
* 增加 authCode 验证逻辑;修复部分情况下摇树优化错误的问题 ([004e4ff](https://github.com/CaoMeiYouRen/rsshub-never-die/commit/004e4ff))
9+
310
## [1.0.1](https://github.com/CaoMeiYouRen/rsshub-never-die/compare/v1.0.0...v1.0.1) (2024-10-24)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rsshub-never-die",
3-
"version": "1.0.1",
3+
"version": "1.0.2",
44
"description": "一个基于 hono 的 RSSHub 代理服务,支持自动负载均衡、自动容错和反向代理 RSSHub 实例,支持 Node.js/Docker/Vercel/Cloudflare Workers 等方式部署。",
55
"author": "CaoMeiYouRen",
66
"private": true,

0 commit comments

Comments
 (0)