diff --git a/CHANGELOG.md b/CHANGELOG.md index 16636dc79..bdbb9831f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ + +## [4.3.2](https://github.com/QingWei-Li/docsify/compare/v4.3.1...v4.3.2) (2017-09-01) + + +### Bug Fixes + +* sidebar highlight ([f82f419](https://github.com/QingWei-Li/docsify/commit/f82f419)) + + +### Features + +* add Edit on github plugin (thanks [@njleonzhang](https://github.com/njleonzhang)) ([a0e1ea8](https://github.com/QingWei-Li/docsify/commit/a0e1ea8)) + + + ## [4.3.1](https://github.com/QingWei-Li/docsify/compare/v4.2.9...v4.3.1) (2017-08-30) diff --git a/package-lock.json b/package-lock.json index 84badba2d..5fe4e9cce 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "docsify", - "version": "4.3.1", + "version": "4.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index af3c5dfb1..8fb527c89 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "docsify", - "version": "4.3.1", + "version": "4.3.2", "description": "A magical documentation generator.", "author": { "name": "qingwei-li",