Skip to content

Commit 8b9c85d

Browse files
committed
3.2.0
1 parent 37d4bd6 commit 8b9c85d

File tree

5 files changed

+19
-4
lines changed

5 files changed

+19
-4
lines changed

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"deno.enable": false
3+
}

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,20 @@
1+
## 3.2.0 (2020-08-04)
2+
3+
* feat(error): drop ci command and exit with error code ([37d4bd6](https://github.com/ph1p/vuepress-jsdoc/commit/37d4bd6))
4+
5+
6+
17
## 3.1.0 (2020-08-03)
28

3-
* chore: release 3.1.0 ([3f5ccd7](https://github.com/ph1p/vuepress-jsdoc/commit/3f5ccd7))
4-
* feat(ci): add new ci parameter and new result box ([62a26a9](https://github.com/ph1p/vuepress-jsdoc/commit/62a26a9)), closes [#31](https://github.com/ph1p/vuepress-jsdoc/issues/31)
59
* build(deps): update all dependencies ([7367a9a](https://github.com/ph1p/vuepress-jsdoc/commit/7367a9a))
10+
* build(example): remove file and switch to npm ([73725ac](https://github.com/ph1p/vuepress-jsdoc/commit/73725ac))
11+
* build(node): drop node 8 ([cfdbdcd](https://github.com/ph1p/vuepress-jsdoc/commit/cfdbdcd))
612
* build(workflow): add master condition ([d6989d3](https://github.com/ph1p/vuepress-jsdoc/commit/d6989d3))
13+
* build(workflow): add missing install ([07eb952](https://github.com/ph1p/vuepress-jsdoc/commit/07eb952))
14+
* build(workflow): update workflow file ([e06b0c7](https://github.com/ph1p/vuepress-jsdoc/commit/e06b0c7))
15+
* build(yarn): drop yarn and use npm instead ([9ef5c7a](https://github.com/ph1p/vuepress-jsdoc/commit/9ef5c7a))
16+
* chore: release 3.1.0 ([31288bb](https://github.com/ph1p/vuepress-jsdoc/commit/31288bb))
17+
* feat(ci): add new ci parameter and new result box ([62a26a9](https://github.com/ph1p/vuepress-jsdoc/commit/62a26a9)), closes [#31](https://github.com/ph1p/vuepress-jsdoc/issues/31)
718

819

920

example/src/error.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
class ThrowError {}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuepress-jsdoc",
3-
"version": "3.1.0",
3+
"version": "3.2.0",
44
"description": "Generate jsdoc markdown files for vuepress",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)