Skip to content

Commit

Permalink
3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Aug 30, 2021
1 parent 5e7ba4a commit 16352a8
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
## 3.7.0 (2021-08-30)

* fix(docgen): remove not necessary path and use build-in fs.promises ([5e7ba4a](https://github.com/ph1p/vuepress-jsdoc/commit/5e7ba4a)), closes [#44](https://github.com/ph1p/vuepress-jsdoc/issues/44)
* chore: update package lock in example directory ([fff7d06](https://github.com/ph1p/vuepress-jsdoc/commit/fff7d06))
* build(deps): update package lock ([7ae6a05](https://github.com/ph1p/vuepress-jsdoc/commit/7ae6a05))



## 3.6.0 (2021-08-01)

* 3.6.0 ([83e1672](https://github.com/ph1p/vuepress-jsdoc/commit/83e1672))
* fix(eslint): update script ([0416c53](https://github.com/ph1p/vuepress-jsdoc/commit/0416c53))
* fix(exclude): remove empty string from exclude array ([81e9a71](https://github.com/ph1p/vuepress-jsdoc/commit/81e9a71)), closes [#43](https://github.com/ph1p/vuepress-jsdoc/issues/43)

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": "3.6.0",
"version": "3.7.0",
"description": "Generate jsdoc markdown files for vuepress",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 16352a8

Please sign in to comment.