Skip to content

Commit 8974f39

Browse files
committed
chore: add changelog 4.6.5
1 parent 7522220 commit 8974f39

File tree

3 files changed

+31
-8
lines changed

3 files changed

+31
-8
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
<a name="4.6.5"></a>
2+
## [4.6.5](https://github.com/QingWei-Li/docsify/compare/v4.6.4...v4.6.5) (2018-03-03)
3+
4+
5+
### Bug Fixes
6+
7+
* **navbar:** Now Navbar isn't append to DOM when loadNavbar is falsy ([#407](https://github.com/QingWei-Li/docsify/issues/407)) ([0933445](https://github.com/QingWei-Li/docsify/commit/0933445))
8+
9+
10+
### Features
11+
12+
* **config:** Add 404 page options. ([#406](https://github.com/QingWei-Li/docsify/issues/406)) ([9b3b445](https://github.com/QingWei-Li/docsify/commit/9b3b445))
13+
14+
15+
116
<a name="4.6.4"></a>
217
## [4.6.4](https://github.com/QingWei-Li/docsify/compare/v4.6.3...v4.6.4) (2018-03-01)
318

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify",
3-
"version": "4.6.4",
3+
"version": "4.6.5",
44
"description": "A magical documentation generator.",
55
"author": {
66
"name": "qingwei-li",
@@ -14,7 +14,11 @@
1414
"url": "git+https://github.com/QingWei-Li/docsify.git"
1515
},
1616
"main": "lib/docsify.js",
17-
"files": ["lib", "src", "themes"],
17+
"files": [
18+
"lib",
19+
"src",
20+
"themes"
21+
],
1822
"scripts": {
1923
"bootstrap": "npm i && lerna bootstrap && npm run build:ssr",
2024
"serve": "node server",
@@ -26,14 +30,12 @@
2630
"css": "stylus src/themes/*.styl -u autoprefixer-stylus",
2731
"watch:css": "run-p 'css -- -o themes -w'",
2832
"watch:js": "node build/build.js",
29-
"build:css:min":
30-
"mkdir lib/themes && run-p 'css -- -o lib/themes' && cssnano lib/themes/*",
33+
"build:css:min": "mkdir lib/themes && run-p 'css -- -o lib/themes' && cssnano lib/themes/*",
3134
"build:css": "mkdir themes && run-p 'css -- -o themes'",
3235
"build:js": "cross-env NODE_ENV=production node build/build.js",
3336
"build:ssr": "node build/ssr.js",
3437
"build:cover": "node build/cover.js",
35-
"build":
36-
"rimraf lib themes && run-s build:js build:css build:css:min build:ssr build:cover",
38+
"build": "rimraf lib themes && run-s build:js build:css build:css:min build:ssr build:cover",
3739
"pub:next": "cross-env RELEASE_TAG=next sh build/release.sh",
3840
"pub": "sh build/release.sh",
3941
"postinstall": "opencollective postinstall"
@@ -67,7 +69,13 @@
6769
"rollup-plugin-uglify": "^2.0.1",
6870
"stylus": "^0.54.5"
6971
},
70-
"keywords": ["doc", "docs", "documentation", "creator", "generator"],
72+
"keywords": [
73+
"doc",
74+
"docs",
75+
"documentation",
76+
"creator",
77+
"generator"
78+
],
7179
"collective": {
7280
"type": "opencollective",
7381
"url": "https://opencollective.com/docsify",

0 commit comments

Comments
 (0)