File tree Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Expand file tree Collapse file tree 3 files changed +23
-4
lines changed Original file line number Diff line number Diff line change 1+ ## 5.0.0 (2023-11-23)
2+
3+ * feat(vuepress): switch to vuepress 2 ([ 351af08] ( https://github.com/ph1p/vuepress-jsdoc/commit/351af08 ) )
4+ * build(deps): update dependencies ([ 2e85188] ( https://github.com/ph1p/vuepress-jsdoc/commit/2e85188 ) )
5+ * build(deps): update example ([ c9529fe] ( https://github.com/ph1p/vuepress-jsdoc/commit/c9529fe ) )
6+ * build(workflow): set node 16 in github action ([ 4822a0a] ( https://github.com/ph1p/vuepress-jsdoc/commit/4822a0a ) )
7+ * Make sidebar config compatible with Vuepress 2 ([ 592a7b5] ( https://github.com/ph1p/vuepress-jsdoc/commit/592a7b5 ) )
8+ * Wait for async ` extractConfig() ` call to complete ([ 6ddb19f] ( https://github.com/ph1p/vuepress-jsdoc/commit/6ddb19f ) )
9+
10+
11+ ### BREAKING CHANGE
12+
13+ * no vuepress 1 support anymore, drop older node versions
14+
15+ Switch from chalk to kleur
16+ Fix some bugs
17+
18+
119## <small >4.3.1 (2022-10-06)</small >
220
3- * build(deps): update dependencies and fix an npm script ([ 78a6e83] ( https://github.com/ph1p/vuepress-jsdoc/commit/78a6e83 ) )
21+ * 4.3.1 ([ 8b596fb] ( https://github.com/ph1p/vuepress-jsdoc/commit/8b596fb ) )
22+ * build(deps): update dependencies and fix an npm script ([ 82a5b93] ( https://github.com/ph1p/vuepress-jsdoc/commit/82a5b93 ) )
423* build(deps): update dependencies and rename success to include ([ dd5b6c4] ( https://github.com/ph1p/vuepress-jsdoc/commit/dd5b6c4 ) )
524* chore: audit example dependencies ([ 21823a1] ( https://github.com/ph1p/vuepress-jsdoc/commit/21823a1 ) )
625* chore: drop node 14 ([ ae30caf] ( https://github.com/ph1p/vuepress-jsdoc/commit/ae30caf ) )
Original file line number Diff line number Diff line change 11{
22 "name" : " vuepress-jsdoc" ,
3- "version" : " 4.3.1 " ,
3+ "version" : " 5.0.0 " ,
44 "description" : " Generate jsdoc markdown files for vuepress" ,
55 "main" : " dist/index.js" ,
66 "scripts" : {
You can’t perform that action at this time.
0 commit comments