Skip to content

Commit 989d59f

Browse files
authored
chore(release): 5.0.0-rc.3 (#235)
1 parent 75295a0 commit 989d59f

File tree

5 files changed

+26
-19
lines changed

5 files changed

+26
-19
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22

33
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
44

5+
## [5.0.0-rc.3](https://github.com/docsifyjs/docsify-cli/compare/v5.0.0-rc.1...v5.0.0-rc.3) (2025-12-17)
6+
7+
8+
### Features
9+
10+
* Allow setting bound host in serve with `-H` ([#231](https://github.com/docsifyjs/docsify-cli/issues/231)) ([75295a0](https://github.com/docsifyjs/docsify-cli/commit/75295a0526267b9d209959e8a11b3a8dfe745396))
11+
512
## [5.0.0-rc.1](https://github.com/docsifyjs/docsify-cli/compare/v4.4.4...v5.0.0-rc.1) (2025-08-07)
613

714

e2e/cli.test.js.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Generated by [AVA](https://avajs.dev).
7878
7979
`␊
8080
docsify-cli version:␊
81-
5.0.0-rc.1
81+
5.0.0-rc.3
8282
`
8383

8484
## shows version information with --version flag
@@ -87,7 +87,7 @@ Generated by [AVA](https://avajs.dev).
8787
8888
`␊
8989
docsify-cli version:␊
90-
5.0.0-rc.1
90+
5.0.0-rc.3
9191
`
9292

9393
## rejects promise due to error on passing in an unknown command

e2e/cli.test.js.snap

1 Byte
Binary file not shown.

package-lock.json

Lines changed: 15 additions & 15 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-cli",
3-
"version": "5.0.0-rc.1",
3+
"version": "5.0.0-rc.3",
44
"description": "A magical documentation generator.",
55
"author": {
66
"name": "qingwei-li",
@@ -57,7 +57,7 @@
5757
"connect-history-api-fallback": "^1.6.0",
5858
"connect-livereload": "^0.6.0",
5959
"cp-file": "^7.0.0",
60-
"docsify": "^v5.0.0-rc.1",
60+
"docsify": "^v5.0.0-rc.3",
6161
"enquirer": "^2.3.6",
6262
"fs-extra": "^8.1.0",
6363
"get-port": "^5.0.0",

0 commit comments

Comments
 (0)