Skip to content

Commit 1452e46

Browse files
committed
4.0.4
1 parent a910cff commit 1452e46

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
1+
## <small>4.0.4 (2021-09-03)</small>
2+
3+
* refactor: fix some code smells ([a910cff](https://github.com/ph1p/vuepress-jsdoc/commit/a910cff))
4+
* docs: fix watch-mode and add more informations ([c356bcc](https://github.com/ph1p/vuepress-jsdoc/commit/c356bcc))
5+
* docs: remove old informations ([1e4f344](https://github.com/ph1p/vuepress-jsdoc/commit/1e4f344))
6+
* docs: update documentation ([453019f](https://github.com/ph1p/vuepress-jsdoc/commit/453019f))
7+
* docs: update readme ([91bb90b](https://github.com/ph1p/vuepress-jsdoc/commit/91bb90b))
8+
* docs(readme): update explanation about readme ([5340d78](https://github.com/ph1p/vuepress-jsdoc/commit/5340d78))
9+
10+
11+
112
## <small>4.0.3 (2021-09-02)</small>
213

14+
* 4.0.3 ([f45ec52](https://github.com/ph1p/vuepress-jsdoc/commit/f45ec52))
315
* fix(log): remove log ([631a711](https://github.com/ph1p/vuepress-jsdoc/commit/631a711))
416
* build: rename workflow and fix command ([8e2dfe5](https://github.com/ph1p/vuepress-jsdoc/commit/8e2dfe5))
517
* docs: update workflow and scripts ([88e8f01](https://github.com/ph1p/vuepress-jsdoc/commit/88e8f01))

package-lock.json

Lines changed: 2 additions & 2 deletions
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": "vuepress-jsdoc",
3-
"version": "4.0.3",
3+
"version": "4.0.4",
44
"description": "Generate jsdoc markdown files for vuepress",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)