chore: add changelog 4.2.6

This commit is contained in:
qingwei.li 2017-07-27 10:03:18 +08:00
commit 709c152950
3 changed files with 13 additions and 2 deletions

View file

@ -1,3 +1,14 @@
<a name="4.2.6"></a>
## [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))
<a name="4.2.4"></a>
## [4.2.4](https://github.com/QingWei-Li/docsify/compare/v4.2.2...v4.2.4) (2017-07-26)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "4.2.4",
"version": "4.2.6",
"lockfileVersion": 1,
"dependencies": {
"abbrev": {

View file

@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "4.2.4",
"version": "4.2.6",
"description": "A magical documentation generator.",
"author": {
"name": "qingwei-li",