Skip to content

Commit

Permalink
Merge branch 'master' of github.com:CaoMeiYouRen/rsshub-never-die
Browse files Browse the repository at this point in the history
  • Loading branch information
CaoMeiYouRen committed Nov 2, 2024
2 parents a7d8ef9 + b9fede3 commit 4e4f7da
Show file tree
Hide file tree
Showing 3 changed files with 491 additions and 203 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# rsshub-never-die

## [1.0.2](https://github.com/CaoMeiYouRen/rsshub-never-die/compare/v1.0.1...v1.0.2) (2024-10-25)


### 🐛 Bug 修复

* 增加 authCode 验证逻辑;修复部分情况下摇树优化错误的问题 ([004e4ff](https://github.com/CaoMeiYouRen/rsshub-never-die/commit/004e4ff))

## [1.0.1](https://github.com/CaoMeiYouRen/rsshub-never-die/compare/v1.0.0...v1.0.1) (2024-10-24)


Expand Down
16 changes: 8 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rsshub-never-die",
"version": "1.0.1",
"version": "1.0.2",
"description": "一个基于 hono 的 RSSHub 代理服务,支持自动负载均衡、自动容错和反向代理 RSSHub 实例,支持 Node.js/Docker/Vercel/Cloudflare Workers 等方式部署。",
"author": "CaoMeiYouRen",
"private": true,
Expand Down Expand Up @@ -46,7 +46,7 @@
"@types/debug": "^4.1.12",
"@types/fs-extra": "^11.0.4",
"@types/lodash-es": "^4.17.12",
"@types/node": "^22.7.9",
"@types/node": "^22.8.6",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vercel/nft": "^0.27.5",
Expand All @@ -64,11 +64,11 @@
"lint-staged": "^15.2.10",
"rimraf": "^6.0.1",
"semantic-release": "21.0.1",
"tsup": "^8.3.0",
"tsx": "^4.19.1",
"tsup": "^8.3.5",
"tsx": "^4.19.2",
"typescript": "^5.6.3",
"vercel": "^37.12.1",
"wrangler": "^3.83.0"
"vercel": "^37.14.0",
"wrangler": "^3.84.1"
},
"config": {
"commitizen": {
Expand Down Expand Up @@ -101,9 +101,9 @@
"url": "https://github.com/CaoMeiYouRen/rsshub-never-die/issues"
},
"dependencies": {
"@hono/node-server": "^1.13.2",
"@hono/node-server": "^1.13.4",
"dotenv": "^16.4.5",
"hono": "^4.6.6",
"hono": "^4.6.8",
"tslib": "^2.8.0",
"winston": "^3.15.0",
"winston-daily-rotate-file": "^5.0.0"
Expand Down
Loading

0 comments on commit 4e4f7da

Please sign in to comment.