chore: add changelog 4.6.3

This commit is contained in:
qingwei.li 2018-02-15 18:34:48 +08:00
parent 7cdf751cc5
commit 702bb5b715
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
<a name="4.6.3"></a>
## [4.6.3](https://github.com/QingWei-Li/docsify/compare/v4.6.2...v4.6.3) (2018-02-15)
### Bug Fixes
* **hook:** beforeEach don\'t work, fixed [#393](https://github.com/QingWei-Li/docsify/issues/393) ([6a09059](https://github.com/QingWei-Li/docsify/commit/6a09059))
<a name="4.6.2"></a>
## [4.6.2](https://github.com/QingWei-Li/docsify/compare/v4.6.1...v4.6.2) (2018-02-14)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "4.6.2",
"version": "4.6.3",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

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