Skip to content

Commit

Permalink
4.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Sep 2, 2021
1 parent a65e631 commit b445b61
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 10 deletions.
24 changes: 17 additions & 7 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,31 @@
## <small>4.0.1 (2021-09-02)</small>

* fix(index): handle index files ([a65e631](https://github.com/ph1p/vuepress-jsdoc/commit/a65e631))
* build: remove condition ([f59edb3](https://github.com/ph1p/vuepress-jsdoc/commit/f59edb3))



## 4.0.0 (2021-09-02)

* refactor: add named exports ([f3297ac](https://github.com/ph1p/vuepress-jsdoc/commit/f3297ac))
* refactor: start to rewrite the code ([9001695](https://github.com/ph1p/vuepress-jsdoc/commit/9001695))
* refactor: update file loop ([114d6cf](https://github.com/ph1p/vuepress-jsdoc/commit/114d6cf))
* refactor: update watch mode and fix some bugs ([7b5debd](https://github.com/ph1p/vuepress-jsdoc/commit/7b5debd))
* refactor(parser): exclude file writing ([a00ef94](https://github.com/ph1p/vuepress-jsdoc/commit/a00ef94))
* refactor(regex): simplify regular expression ([413ee2b](https://github.com/ph1p/vuepress-jsdoc/commit/413ee2b))
* refactor(smells): fix some code smells ([45370ea](https://github.com/ph1p/vuepress-jsdoc/commit/45370ea))
* build: drop pinst and replace with npm scripts ([fbd03cc](https://github.com/ph1p/vuepress-jsdoc/commit/fbd03cc))
* build: replace npm i with npm ci ([6097456](https://github.com/ph1p/vuepress-jsdoc/commit/6097456))
* build: update condition ([a07bd8f](https://github.com/ph1p/vuepress-jsdoc/commit/a07bd8f))
* build: update workflow ([2e31d33](https://github.com/ph1p/vuepress-jsdoc/commit/2e31d33))
* build: update workflow ([17df727](https://github.com/ph1p/vuepress-jsdoc/commit/17df727))
* build: update workflow ([f0749ff](https://github.com/ph1p/vuepress-jsdoc/commit/f0749ff))
* build: update workflow and npmignore file ([5147a6f](https://github.com/ph1p/vuepress-jsdoc/commit/5147a6f))
* build: update workflow file ([a9f1c17](https://github.com/ph1p/vuepress-jsdoc/commit/a9f1c17))
* build: update workflows ([9218a40](https://github.com/ph1p/vuepress-jsdoc/commit/9218a40))
* build(babel): remove babel config, it is not needed ([4406baa](https://github.com/ph1p/vuepress-jsdoc/commit/4406baa))
* build(workflow): update github action files ([4200177](https://github.com/ph1p/vuepress-jsdoc/commit/4200177))
* 4.0.0 ([58025eb](https://github.com/ph1p/vuepress-jsdoc/commit/58025eb))
* refactor: add named exports ([f3297ac](https://github.com/ph1p/vuepress-jsdoc/commit/f3297ac))
* refactor: start to rewrite the code ([9001695](https://github.com/ph1p/vuepress-jsdoc/commit/9001695))
* refactor: update file loop ([114d6cf](https://github.com/ph1p/vuepress-jsdoc/commit/114d6cf))
* refactor: update watch mode and fix some bugs ([7b5debd](https://github.com/ph1p/vuepress-jsdoc/commit/7b5debd))
* refactor(parser): exclude file writing ([a00ef94](https://github.com/ph1p/vuepress-jsdoc/commit/a00ef94))
* refactor(regex): simplify regular expression ([413ee2b](https://github.com/ph1p/vuepress-jsdoc/commit/413ee2b))
* refactor(smells): fix some code smells ([45370ea](https://github.com/ph1p/vuepress-jsdoc/commit/45370ea))
* chore: move and rename some files ([53c423d](https://github.com/ph1p/vuepress-jsdoc/commit/53c423d))
* chore: remove vscode folder ([4df9d12](https://github.com/ph1p/vuepress-jsdoc/commit/4df9d12))
* chore: rename master to main ([5e6ea33](https://github.com/ph1p/vuepress-jsdoc/commit/5e6ea33))
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-jsdoc",
"version": "4.0.0",
"version": "4.0.1",
"description": "Generate jsdoc markdown files for vuepress",
"main": "dist/index.js",
"scripts": {
Expand Down

0 comments on commit b445b61

Please sign in to comment.