Skip to content

Commit

Permalink
bump: 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
QingWei-Li committed Mar 7, 2017
1 parent 9e9ad57 commit 9e7d365
Show file tree
Hide file tree
Showing 10 changed files with 521 additions and 8 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

3.3.0 / 2017-03-07
==================

* add front-matter plugin
* add external-script plugin
* Fix nav showing while loading (#112)
* Fix a typo (#111)
* Update changelog

3.2.0 / 2017-02-28
==================

Expand Down
4 changes: 2 additions & 2 deletions build/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ var plugins = [
{ name: 'search', entry: 'search/index.js', moduleName: 'Search' },
{ name: 'ga', entry: 'ga.js', moduleName: 'GA' },
{ name: 'emoji', entry: 'emoji.js', moduleName: 'Emoji' },
{ name: 'external-script', entry: 'external-script.js', moduleName: 'ExternalScript' }
// { name: 'front-matter', entry: 'front-matter/index.js', moduleName: 'FrontMatter' }
{ name: 'external-script', entry: 'external-script.js', moduleName: 'ExternalScript' },
{ name: 'front-matter', entry: 'front-matter/index.js', moduleName: 'FrontMatter' }
]

plugins.forEach(item => {
Expand Down
2 changes: 1 addition & 1 deletion docs/_coverpage.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
![logo](_media/icon.svg)

# docsify <small>3.2</small>
# docsify <small>3.3</small>

> A magical documentation site generator.
Expand Down
2 changes: 1 addition & 1 deletion lib/plugins/external-script.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9e7d365

Please sign in to comment.