Skip to content

Commit

Permalink
[build] 4.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
anikethsaha committed Dec 16, 2019
1 parent a593287 commit b62b213
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
4 changes: 3 additions & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ echo
if [[ $REPLY =~ ^[Yy]$ ]]; then
echo "Releasing $VERSION ..."

npm run test
# Removing test script as non - availibity of tests. Will Add it once tests are completed

# npm run test

# build
VERSION=$VERSION npm run build
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](_media/icon.svg)

# docsify <small>4.9.4</small>
# docsify <small>4.10.0</small>

> A magical documentation site generator.
Expand Down
4 changes: 2 additions & 2 deletions packages/docsify-server-renderer/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/docsify-server-renderer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.9.4",
"version": "4.10.0",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",
Expand Down

0 comments on commit b62b213

Please sign in to comment.