Skip to content

Commit 9e7d365

Browse files
committed
bump: 3.3.0
1 parent 9e9ad57 commit 9e7d365

File tree

10 files changed

+521
-8
lines changed

10 files changed

+521
-8
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
3.3.0 / 2017-03-07
3+
==================
4+
5+
* add front-matter plugin
6+
* add external-script plugin
7+
* Fix nav showing while loading (#112)
8+
* Fix a typo (#111)
9+
* Update changelog
10+
211
3.2.0 / 2017-02-28
312
==================
413

build/build.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ var plugins = [
3535
{ name: 'search', entry: 'search/index.js', moduleName: 'Search' },
3636
{ name: 'ga', entry: 'ga.js', moduleName: 'GA' },
3737
{ name: 'emoji', entry: 'emoji.js', moduleName: 'Emoji' },
38-
{ name: 'external-script', entry: 'external-script.js', moduleName: 'ExternalScript' }
39-
// { name: 'front-matter', entry: 'front-matter/index.js', moduleName: 'FrontMatter' }
38+
{ name: 'external-script', entry: 'external-script.js', moduleName: 'ExternalScript' },
39+
{ name: 'front-matter', entry: 'front-matter/index.js', moduleName: 'FrontMatter' }
4040
]
4141

4242
plugins.forEach(item => {

docs/_coverpage.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
![logo](_media/icon.svg)
22

3-
# docsify <small>3.2</small>
3+
# docsify <small>3.3</small>
44

55
> A magical documentation site generator.
66

lib/plugins/external-script.min.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)