Skip to content

Commit

Permalink
3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Feb 18, 2021
1 parent 717a5cc commit c249827
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 4 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
## <small>3.4.1 (2021-02-18)</small>

* refactor(husky): update commit hooks ([717a5cc](https://github.com/ph1p/vuepress-jsdoc/commit/717a5cc))
* fix(stats): add condition to check stats length ([afa705b](https://github.com/ph1p/vuepress-jsdoc/commit/afa705b))
* fix(vue): .vue files can be placed in subfolders ([bbd40d3](https://github.com/ph1p/vuepress-jsdoc/commit/bbd40d3))
* chore: switch to npm 7 ([f3456ac](https://github.com/ph1p/vuepress-jsdoc/commit/f3456ac))
* docs(readme): update demo link ([30b0d8f](https://github.com/ph1p/vuepress-jsdoc/commit/30b0d8f))



## 3.4.0 (2021-02-14)

* 3.4.0 ([c32392f](https://github.com/ph1p/vuepress-jsdoc/commit/c32392f))
* feat(exclude): update pattern check and fix some bugs ([5b89547](https://github.com/ph1p/vuepress-jsdoc/commit/5b89547))


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.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-jsdoc",
"version": "3.4.0",
"version": "3.4.1",
"description": "Generate jsdoc markdown files for vuepress",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -59,7 +59,7 @@
"coverageDirectory": "./coverage"
},
"bin": {
"vuepress-jsdoc": "./bin/vuepress-jsdoc.js"
"vuepress-jsdoc": "bin/vuepress-jsdoc.js"
},
"dependencies": {
"bluebird": "^3.7.2",
Expand Down

0 comments on commit c249827

Please sign in to comment.