Skip to content

Commit 47d4a86

Browse files
author
Josper
committed
chore: 🤖 http-svc@1.0.0-rc.8
update readme link
1 parent 86eaf32 commit 47d4a86

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

packages/http-svc/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,12 @@
2727
2828
- 弃用的功能或特性 -->
2929

30+
## [v1.0.0-rc.8] - 2024-05-07
31+
32+
### Changed
33+
34+
- Readme doc link
35+
3036
## [v1.0.0-rc.7] - 2024-04-18
3137

3238
### Added

packages/http-svc/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ HTTP Service 是一个基于中间件组织模式,同时也是基于洋葱模
66

77
## Quick start
88

9-
请前往Doc站点,查看[快速开始](https://http-svc.vercel.app/quick-start)
9+
请前往文档站点,查看[快速开始](https://bilibili.github.io/http-service/intro/what-is.html)
1010

1111
此处仅提供简单的示例
1212

packages/http-svc/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "http-svc",
3-
"version": "1.0.0-rc.7",
3+
"version": "1.0.0-rc.8",
44
"description": "A HTTP request service for browser and node.js",
55
"main": "dist/index.legacy.js",
66
"module": "dist/index.legacy.esm.js",

0 commit comments

Comments
 (0)