Skip to content

Commit 18a9a6a

Browse files
committed
4.3.0
1 parent 082a60a commit 18a9a6a

File tree

3 files changed

+10
-3
lines changed

3 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
1+
## 4.3.0 (2022-02-15)
2+
3+
* feat(include): add include flag, fix some bugs and improve performance ([082a60a](https://github.com/ph1p/vuepress-jsdoc/commit/082a60a))
4+
5+
6+
17
## 4.2.0 (2021-11-17)
28

9+
* 4.2.0 ([3cdbc8a](https://github.com/ph1p/vuepress-jsdoc/commit/3cdbc8a))
310
* build(deps): update dependencies ([858dff8](https://github.com/ph1p/vuepress-jsdoc/commit/858dff8))
411

512

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-jsdoc",
3-
"version": "4.2.0",
3+
"version": "4.3.0",
44
"description": "Generate jsdoc markdown files for vuepress",
55
"main": "dist/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)