chore: add changelog 4.5.0

This commit is contained in:
qingwei.li 2017-11-04 13:56:25 +08:00
commit f27ce7d2b2
3 changed files with 12 additions and 2 deletions

View file

@ -1,3 +1,13 @@
<a name="4.5.0"></a>
# [4.5.0](https://github.com/QingWei-Li/docsify/compare/v4.4.1...v4.5.0) (2017-11-04)
### Features
* add disqus plugin, closed [#123](https://github.com/QingWei-Li/docsify/issues/123) ([fd7d4e0](https://github.com/QingWei-Li/docsify/commit/fd7d4e0))
<a name="4.4.1"></a>
## [4.4.1](https://github.com/QingWei-Li/docsify/compare/v4.4.0...v4.4.1) (2017-10-31)

2
package-lock.json generated
View file

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

View file

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