Skip to content

Commit c4b4cbf

Browse files
committed
bump: 4.1.9
1 parent b0bff21 commit c4b4cbf

File tree

2 files changed

+136
-1
lines changed

2 files changed

+136
-1
lines changed

CHANGELOG.md

Lines changed: 135 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,138 @@
1+
<a name="4.1.9"></a>
2+
## [4.1.9](https://github.com/QingWei-Li/docsify-cli/compare/v4.1.8...v4.1.9) (2017-07-12)
3+
4+
5+
### Performance Improvements
6+
7+
* **serve:** exclude node_modules from livereload ([#17](https://github.com/QingWei-Li/docsify-cli/issues/17)) ([3f488d0](https://github.com/QingWei-Li/docsify-cli/commit/3f488d0))
8+
9+
10+
11+
<a name="4.1.8"></a>
12+
## [4.1.8](https://github.com/QingWei-Li/docsify-cli/compare/v4.1.7...v4.1.8) (2017-05-31)
13+
14+
15+
16+
<a name="4.1.7"></a>
17+
## [4.1.7](https://github.com/QingWei-Li/docsify-cli/compare/v4.1.6...v4.1.7) (2017-05-30)
18+
19+
20+
### Bug Fixes
21+
22+
* **ssr:** clean files ([8e81b1a](https://github.com/QingWei-Li/docsify-cli/commit/8e81b1a))
23+
24+
25+
26+
<a name="4.1.6"></a>
27+
## [4.1.6](https://github.com/QingWei-Li/docsify-cli/compare/v4.1.5...v4.1.6) (2017-05-30)
28+
29+
30+
### Bug Fixes
31+
32+
* **ssr:** add debug ([653f24f](https://github.com/QingWei-Li/docsify-cli/commit/653f24f))
33+
34+
35+
36+
<a name="4.1.5"></a>
37+
## [4.1.5](https://github.com/QingWei-Li/docsify-cli/compare/v4.1.4...v4.1.5) (2017-05-30)
38+
39+
40+
### Bug Fixes
41+
42+
* **ssr:** missing package ([86e6511](https://github.com/QingWei-Li/docsify-cli/commit/86e6511))
43+
44+
45+
46+
<a name="4.1.4"></a>
47+
## [4.1.4](https://github.com/QingWei-Li/docsify-cli/compare/v4.1.3...v4.1.4) (2017-05-30)
48+
49+
50+
### Bug Fixes
51+
52+
* **ssr:** file path ([924a6cf](https://github.com/QingWei-Li/docsify-cli/commit/924a6cf))
53+
54+
55+
56+
<a name="4.1.3"></a>
57+
## [4.1.3](https://github.com/QingWei-Li/docsify-cli/compare/v4.1.2...v4.1.3) (2017-05-30)
58+
59+
60+
### Bug Fixes
61+
62+
* update babel config ([49dbfe6](https://github.com/QingWei-Li/docsify-cli/commit/49dbfe6))
63+
64+
65+
66+
<a name="4.1.2"></a>
67+
## [4.1.2](https://github.com/QingWei-Li/docsify-cli/compare/v4.1.1...v4.1.2) (2017-05-30)
68+
69+
70+
### Bug Fixes
71+
72+
* update babel config ([7095a0a](https://github.com/QingWei-Li/docsify-cli/commit/7095a0a))
73+
74+
75+
76+
<a name="4.1.1"></a>
77+
## [4.1.1](https://github.com/QingWei-Li/docsify-cli/compare/v4.1.0...v4.1.1) (2017-05-30)
78+
79+
80+
### Bug Fixes
81+
82+
* update docsify-server-renderer ([ce7833e](https://github.com/QingWei-Li/docsify-cli/commit/ce7833e))
83+
84+
85+
86+
<a name="4.1.0"></a>
87+
# [4.1.0](https://github.com/QingWei-Li/docsify-cli/compare/v4.0.2...v4.1.0) (2017-05-30)
88+
89+
90+
### Bug Fixes
91+
92+
* update docsify-server-renderer ([7f56467](https://github.com/QingWei-Li/docsify-cli/commit/7f56467))
93+
94+
95+
### Features
96+
97+
* test history mode ([f898a01](https://github.com/QingWei-Li/docsify-cli/commit/f898a01))
98+
99+
100+
101+
<a name="4.0.2"></a>
102+
## [4.0.2](https://github.com/QingWei-Li/docsify-cli/compare/v4.0.1...v4.0.2) (2017-05-29)
103+
104+
105+
### Bug Fixes
106+
107+
* remove context ([8b3679f](https://github.com/QingWei-Li/docsify-cli/commit/8b3679f))
108+
109+
110+
111+
<a name="4.0.1"></a>
112+
## [4.0.1](https://github.com/QingWei-Li/docsify-cli/compare/v4.0.0...v4.0.1) (2017-05-29)
113+
114+
115+
### Bug Fixes
116+
117+
* path => context ([d83fa69](https://github.com/QingWei-Li/docsify-cli/commit/d83fa69))
118+
119+
120+
121+
<a name="4.0.0"></a>
122+
# [4.0.0](https://github.com/QingWei-Li/docsify-cli/compare/v3.3.2...v4.0.0) (2017-05-29)
123+
124+
125+
### Features
126+
127+
* add start command ([#14](https://github.com/QingWei-Li/docsify-cli/issues/14)) ([feefcce](https://github.com/QingWei-Li/docsify-cli/commit/feefcce))
128+
129+
130+
131+
<a name="3.3.2"></a>
132+
## [3.3.2](https://github.com/QingWei-Li/docsify-cli/compare/v3.3.1...v3.3.2) (2017-04-28)
133+
134+
135+
1136
<a name="3.3.1"></a>
2137
## [3.3.1](https://github.com/QingWei-Li/docsify-cli/compare/v3.3.0...v3.3.1) (2017-03-26)
3138

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-cli",
3-
"version": "4.1.8",
3+
"version": "4.1.9",
44
"description": "A magical documentation generator.",
55
"author": {
66
"name": "qingwei-li",

0 commit comments

Comments
 (0)