[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 if [[ $REPLY =~ ^[Yy]$ ]]; then
echo "Releasing $VERSION ..." 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 # build
VERSION=$VERSION npm run build VERSION=$VERSION npm run build
+1 -1
View File
@@ -1,6 +1,6 @@
![logo](_media/icon.svg) ![logo](_media/icon.svg)
# docsify <small>4.9.4</small> # docsify <small>4.10.0</small>
> A magical documentation site generator. > A magical documentation site generator.
+2 -2
View File
@@ -1,6 +1,6 @@
{ {
"name": "docsify-server-renderer", "name": "docsify-server-renderer",
"version": "4.9.4", "version": "4.10.0",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {
@@ -436,4 +436,4 @@
"integrity": "sha512-aSiJz7rGWNAQq7hjMK9ZYDuEawXupcCWgl3woQQSoDP2Oh8O4srWb/uO1PzzHIsrPEOqrjJ2sUb9FERfzuBabQ==" "integrity": "sha512-aSiJz7rGWNAQq7hjMK9ZYDuEawXupcCWgl3woQQSoDP2Oh8O4srWb/uO1PzzHIsrPEOqrjJ2sUb9FERfzuBabQ=="
} }
} }
} }
@@ -1,6 +1,6 @@
{ {
"name": "docsify-server-renderer", "name": "docsify-server-renderer",
"version": "4.9.4", "version": "4.10.0",
"description": "docsify server renderer", "description": "docsify server renderer",
"author": { "author": {
"name": "qingwei-li", "name": "qingwei-li",