Skip to content

Commit 5053c92

Browse files
authored
chore(release): 5.0.0-rc.4 (#245)
1 parent e6c6b2a commit 5053c92

File tree

5 files changed

+36
-15
lines changed

5 files changed

+36
-15
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
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.4](https://github.com/docsifyjs/docsify-cli/compare/v5.0.0-rc.3...v5.0.0-rc.4) (2026-03-13)
6+
57
## [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)
68

79

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.3
81+
5.0.0-rc.4
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.3
90+
5.0.0-rc.4
9191
`
9292

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

e2e/cli.test.js.snap

0 Bytes
Binary file not shown.

package-lock.json

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

package.json

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
{
22
"name": "docsify-cli",
3-
"version": "5.0.0-rc.3",
3+
"version": "5.0.0-rc.4",
44
"description": "A magical documentation generator.",
5-
"author": {
6-
"name": "qingwei-li",
7-
"email": "cinwell.li@gmail.com",
8-
"url": "https://github.com/QingWei-Li"
9-
},
5+
"author": "https://github.com/docsifyjs/docsify-cli/graphs/contributors",
106
"homepage": "https://github.com/docsifyjs/docsify-cli#readme",
117
"repository": {
128
"type": "git",
@@ -57,7 +53,7 @@
5753
"connect-history-api-fallback": "^1.6.0",
5854
"connect-livereload": "^0.6.0",
5955
"cp-file": "^7.0.0",
60-
"docsify": "^v5.0.0-rc.3",
56+
"docsify": "^v5.0.0-rc.4",
6157
"enquirer": "^2.3.6",
6258
"fs-extra": "^8.1.0",
6359
"get-port": "^5.0.0",

0 commit comments

Comments
 (0)