Skip to content

Commit b445b61

Browse files
committed
4.0.1
1 parent a65e631 commit b445b61

File tree

3 files changed

+20
-10
lines changed

3 files changed

+20
-10
lines changed

CHANGELOG.md

Lines changed: 17 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,31 @@
1+
## <small>4.0.1 (2021-09-02)</small>
2+
3+
* fix(index): handle index files ([a65e631](https://github.com/ph1p/vuepress-jsdoc/commit/a65e631))
4+
* build: remove condition ([f59edb3](https://github.com/ph1p/vuepress-jsdoc/commit/f59edb3))
5+
6+
7+
18
## 4.0.0 (2021-09-02)
29

3-
* refactor: add named exports ([f3297ac](https://github.com/ph1p/vuepress-jsdoc/commit/f3297ac))
4-
* refactor: start to rewrite the code ([9001695](https://github.com/ph1p/vuepress-jsdoc/commit/9001695))
5-
* refactor: update file loop ([114d6cf](https://github.com/ph1p/vuepress-jsdoc/commit/114d6cf))
6-
* refactor: update watch mode and fix some bugs ([7b5debd](https://github.com/ph1p/vuepress-jsdoc/commit/7b5debd))
7-
* refactor(parser): exclude file writing ([a00ef94](https://github.com/ph1p/vuepress-jsdoc/commit/a00ef94))
8-
* refactor(regex): simplify regular expression ([413ee2b](https://github.com/ph1p/vuepress-jsdoc/commit/413ee2b))
9-
* refactor(smells): fix some code smells ([45370ea](https://github.com/ph1p/vuepress-jsdoc/commit/45370ea))
1010
* build: drop pinst and replace with npm scripts ([fbd03cc](https://github.com/ph1p/vuepress-jsdoc/commit/fbd03cc))
1111
* build: replace npm i with npm ci ([6097456](https://github.com/ph1p/vuepress-jsdoc/commit/6097456))
12+
* build: update condition ([a07bd8f](https://github.com/ph1p/vuepress-jsdoc/commit/a07bd8f))
1213
* build: update workflow ([2e31d33](https://github.com/ph1p/vuepress-jsdoc/commit/2e31d33))
1314
* build: update workflow ([17df727](https://github.com/ph1p/vuepress-jsdoc/commit/17df727))
1415
* build: update workflow ([f0749ff](https://github.com/ph1p/vuepress-jsdoc/commit/f0749ff))
1516
* build: update workflow and npmignore file ([5147a6f](https://github.com/ph1p/vuepress-jsdoc/commit/5147a6f))
1617
* build: update workflow file ([a9f1c17](https://github.com/ph1p/vuepress-jsdoc/commit/a9f1c17))
18+
* build: update workflows ([9218a40](https://github.com/ph1p/vuepress-jsdoc/commit/9218a40))
1719
* build(babel): remove babel config, it is not needed ([4406baa](https://github.com/ph1p/vuepress-jsdoc/commit/4406baa))
1820
* build(workflow): update github action files ([4200177](https://github.com/ph1p/vuepress-jsdoc/commit/4200177))
21+
* 4.0.0 ([58025eb](https://github.com/ph1p/vuepress-jsdoc/commit/58025eb))
22+
* refactor: add named exports ([f3297ac](https://github.com/ph1p/vuepress-jsdoc/commit/f3297ac))
23+
* refactor: start to rewrite the code ([9001695](https://github.com/ph1p/vuepress-jsdoc/commit/9001695))
24+
* refactor: update file loop ([114d6cf](https://github.com/ph1p/vuepress-jsdoc/commit/114d6cf))
25+
* refactor: update watch mode and fix some bugs ([7b5debd](https://github.com/ph1p/vuepress-jsdoc/commit/7b5debd))
26+
* refactor(parser): exclude file writing ([a00ef94](https://github.com/ph1p/vuepress-jsdoc/commit/a00ef94))
27+
* refactor(regex): simplify regular expression ([413ee2b](https://github.com/ph1p/vuepress-jsdoc/commit/413ee2b))
28+
* refactor(smells): fix some code smells ([45370ea](https://github.com/ph1p/vuepress-jsdoc/commit/45370ea))
1929
* chore: move and rename some files ([53c423d](https://github.com/ph1p/vuepress-jsdoc/commit/53c423d))
2030
* chore: remove vscode folder ([4df9d12](https://github.com/ph1p/vuepress-jsdoc/commit/4df9d12))
2131
* chore: rename master to main ([5e6ea33](https://github.com/ph1p/vuepress-jsdoc/commit/5e6ea33))

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

0 commit comments

Comments
 (0)