chore: add changelog 4.3.11

This commit is contained in:
qingwei.li 2017-10-15 10:44:35 +08:00
parent 4e52315564
commit 6949455899
3 changed files with 12 additions and 2 deletions

View File

@ -1,3 +1,13 @@
<a name="4.3.11"></a>
## [4.3.11](https://github.com/QingWei-Li/docsify/compare/v4.3.10...v4.3.11) (2017-10-15)
### Bug Fixes
* broken links to same page heading, fix [#278](https://github.com/QingWei-Li/docsify/issues/278), fix [#279](https://github.com/QingWei-Li/docsify/issues/279) ([91d6337](https://github.com/QingWei-Li/docsify/commit/91d6337))
<a name="4.3.10"></a>
## [4.3.10](https://github.com/QingWei-Li/docsify/compare/v4.3.9...v4.3.10) (2017-10-12)

2
package-lock.json generated
View File

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

View File

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