Skip to content

Commit f45ec52

Browse files
committed
4.0.3
1 parent 631a711 commit f45ec52

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1+
## <small>4.0.3 (2021-09-02)</small>
2+
3+
* fix(log): remove log ([631a711](https://github.com/ph1p/vuepress-jsdoc/commit/631a711))
4+
* build: rename workflow and fix command ([8e2dfe5](https://github.com/ph1p/vuepress-jsdoc/commit/8e2dfe5))
5+
* docs: update workflow and scripts ([88e8f01](https://github.com/ph1p/vuepress-jsdoc/commit/88e8f01))
6+
* chore: update ignore files ([9c60b4a](https://github.com/ph1p/vuepress-jsdoc/commit/9c60b4a))
7+
8+
9+
110
## <small>4.0.2 (2021-09-02)</small>
211

12+
* 4.0.2 ([2654a37](https://github.com/ph1p/vuepress-jsdoc/commit/2654a37))
313
* docs: document vuepress-jsdoc with itself ([6c93149](https://github.com/ph1p/vuepress-jsdoc/commit/6c93149))
414

515

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

0 commit comments

Comments
 (0)