chore: add changelog 4.6.8

This commit is contained in:
qingwei.li 2018-03-06 11:58:41 +08:00
parent 4c91fbc7cb
commit 54f45ecb0a
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
<a name="4.6.8"></a>
## [4.6.8](https://github.com/QingWei-Li/docsify/compare/v4.6.7...v4.6.8) (2018-03-06)
### Bug Fixes
* resolve path of image and embed files, fixed [#412](https://github.com/QingWei-Li/docsify/issues/412) ([bfd0d18](https://github.com/QingWei-Li/docsify/commit/bfd0d18))
<a name="4.6.7"></a>
## [4.6.7](https://github.com/QingWei-Li/docsify/compare/v4.6.6...v4.6.7) (2018-03-03)

2
package-lock.json generated
View File

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

View File

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