[build] 4.10.0

This commit is contained in:
anikethsaha
2019-12-16 22:58:51 +05:30
parent a59328719b
commit b62b213435
4 changed files with 7 additions and 5 deletions
+3 -1
View File
@@ -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
+1 -1
View File
@@ -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.
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.9.4",
"version": "4.10.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {
@@ -1,6 +1,6 @@
{
"name": "docsify-server-renderer",
"version": "4.9.4",
"version": "4.10.0",
"description": "docsify server renderer",
"author": {
"name": "qingwei-li",