Skip to content

Commit c95a55f

Browse files
committed
chore(release): 4.4.0
1 parent 3475710 commit c95a55f

File tree

3 files changed

+21
-2
lines changed

3 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,22 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4+
5+
## [4.4.0](https://github.com/QingWei-Li/docsify-cli/compare/v4.3.0...v4.4.0) (2019-11-20)
6+
7+
8+
### Features
9+
10+
* **chore:** show up help if no args were passed ([#72](https://github.com/QingWei-Li/docsify-cli/issues/72)) ([2226057](https://github.com/QingWei-Li/docsify-cli/commit/22260576ef67ab6069873219080afad5257916bd)), closes [#71](https://github.com/QingWei-Li/docsify-cli/issues/71)
11+
* **serve:** add --index-name to rewrite default index name ([#48](https://github.com/QingWei-Li/docsify-cli/issues/48)) ([dc8e993](https://github.com/QingWei-Li/docsify-cli/commit/dc8e9930133f05726712b7392f22cba67e9f5c4f))
12+
13+
14+
### Bug Fixes
15+
16+
* **chore:** warn on unknown commands and command recommendation ([#74](https://github.com/QingWei-Li/docsify-cli/issues/74)) ([b46a707](https://github.com/QingWei-Li/docsify-cli/commit/b46a707c528555531bf7cb4ec448f670c20c2210))
17+
* npm audit issues ([ac1bcc3](https://github.com/QingWei-Li/docsify-cli/commit/ac1bcc36616f295a51843ddd0eebca158a7b6b6a))
18+
* remove gulp-connect ([032817b](https://github.com/QingWei-Li/docsify-cli/commit/032817b4f6fa512d8d55ba02e18626386a891900))
19+
120
<a name="4.1.9"></a>
221
## [4.1.9](https://github.com/QingWei-Li/docsify-cli/compare/v4.1.8...v4.1.9) (2017-07-12)
322

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsify-cli",
3-
"version": "4.3.0",
3+
"version": "4.4.0",
44
"description": "A magical documentation generator.",
55
"author": {
66
"name": "qingwei-li",

0 commit comments

Comments
 (0)