chore: add changelog 4.2.8

This commit is contained in:
qingwei.li 2017-08-10 08:46:26 +08:00
commit 190710733e
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
<a name="4.2.8"></a>
## [4.2.8](https://github.com/QingWei-Li/docsify/compare/v4.2.7...v4.2.8) (2017-08-10)
### Features
* **compiler:** support for setting target attribute for link, fixed [#230](https://github.com/QingWei-Li/docsify/issues/230) ([7f270f9](https://github.com/QingWei-Li/docsify/commit/7f270f9))
<a name="4.2.7"></a>
## [4.2.7](https://github.com/QingWei-Li/docsify/compare/v4.2.4...v4.2.7) (2017-08-05)

2
package-lock.json generated
View file

@ -1,6 +1,6 @@
{
"name": "docsify",
"version": "4.2.7",
"version": "4.2.8",
"lockfileVersion": 1,
"dependencies": {
"abbrev": {

View file

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