Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# 1.0.0 (2024-10-24)

### ♻ 代码重构

* 增加 Vercel/Cloudflare 兼容性测试;移除部分未使用依赖;升级最低 Node.js 版本要求 ([c4ec385](c4ec385))

### ✨ 新功能

* 初步实现负载均衡功能 ([0ec79a2](0ec79a2))
* 新增 缓存配置 ([0e3e244](0e3e244))
  • Loading branch information
semantic-release-bot committed Oct 24, 2024
1 parent 0bb87e4 commit 64402df
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# rsshub-never-die

# 1.0.0 (2024-10-24)


### ♻ 代码重构

* 增加 Vercel/Cloudflare 兼容性测试;移除部分未使用依赖;升级最低 Node.js 版本要求 ([c4ec385](https://github.com/CaoMeiYouRen/rsshub-never-die/commit/c4ec385))


### ✨ 新功能

* 初步实现负载均衡功能 ([0ec79a2](https://github.com/CaoMeiYouRen/rsshub-never-die/commit/0ec79a2))
* 新增 缓存配置 ([0e3e244](https://github.com/CaoMeiYouRen/rsshub-never-die/commit/0e3e244))
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rsshub-never-die",
"version": "0.1.0",
"version": "1.0.0",
"description": "一个基于 hono 的 RSSHub 代理服务,支持自动负载均衡、自动容错和反向代理 RSSHub 实例,支持 Node.js/Docker/Vercel/Cloudflare Workers 等方式部署。",
"author": "CaoMeiYouRen",
"private": true,
Expand Down

0 comments on commit 64402df

Please sign in to comment.