diff --git a/CHANGELOG.md b/CHANGELOG.md
index 14e298b..43950a5 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,14 @@
+
+## [4.2.6](https://github.com/QingWei-Li/docsify/compare/v4.2.4...v4.2.6) (2017-07-27)
+
+
+### Bug Fixes
+
+* **css:** hide the nav when the content has not yet been loaded ([1fa1619](https://github.com/QingWei-Li/docsify/commit/1fa1619))
+* **release:** release shell ([628e211](https://github.com/QingWei-Li/docsify/commit/628e211))
+
+
+
## [4.2.4](https://github.com/QingWei-Li/docsify/compare/v4.2.2...v4.2.4) (2017-07-26)
diff --git a/package-lock.json b/package-lock.json
index 9183917..2f87306 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,6 +1,6 @@
{
"name": "docsify",
- "version": "4.2.4",
+ "version": "4.2.6",
"lockfileVersion": 1,
"dependencies": {
"abbrev": {
diff --git a/package.json b/package.json
index 22095f3..d98a633 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "docsify",
- "version": "4.2.4",
+ "version": "4.2.6",
"description": "A magical documentation generator.",
"author": {
"name": "qingwei-li",