Skip to content

Commit b21534c

Browse files
committed
chore(release): 5.0.0-rc.4
1 parent e6c6b2a commit b21534c

File tree

5 files changed

+8
-10
lines changed

5 files changed

+8
-10
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: 2 additions & 2 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 & 6 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",

0 commit comments

Comments
 (0)