Skip to content

Commit b62b213

Browse files
committed
[build] 4.10.0
1 parent a593287 commit b62b213

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

build/release.sh

+3-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ echo
1212
if [[ $REPLY =~ ^[Yy]$ ]]; then
1313
echo "Releasing $VERSION ..."
1414

15-
npm run test
15+
# Removing test script as non - availibity of tests. Will Add it once tests are completed
16+
17+
# npm run test
1618

1719
# build
1820
VERSION=$VERSION npm run build

docs/_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![logo](_media/icon.svg)
22

3-
# docsify <small>4.9.4</small>
3+
# docsify <small>4.10.0</small>
44

55
> A magical documentation site generator.
66

packages/docsify-server-renderer/package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/docsify-server-renderer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-server-renderer",
3-
"version": "4.9.4",
3+
"version": "4.10.0",
44
"description": "docsify server renderer",
55
"author": {
66
"name": "qingwei-li",

0 commit comments

Comments
 (0)