Skip to content

Commit

Permalink
3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p committed Aug 4, 2020
1 parent 37d4bd6 commit 8b9c85d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 4 deletions.
3 changes: 3 additions & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"deno.enable": false
}
15 changes: 13 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,20 @@
## 3.2.0 (2020-08-04)

* feat(error): drop ci command and exit with error code ([37d4bd6](https://github.com/ph1p/vuepress-jsdoc/commit/37d4bd6))



## 3.1.0 (2020-08-03)

* chore: release 3.1.0 ([3f5ccd7](https://github.com/ph1p/vuepress-jsdoc/commit/3f5ccd7))
* 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)
* build(deps): update all dependencies ([7367a9a](https://github.com/ph1p/vuepress-jsdoc/commit/7367a9a))
* build(example): remove file and switch to npm ([73725ac](https://github.com/ph1p/vuepress-jsdoc/commit/73725ac))
* build(node): drop node 8 ([cfdbdcd](https://github.com/ph1p/vuepress-jsdoc/commit/cfdbdcd))
* build(workflow): add master condition ([d6989d3](https://github.com/ph1p/vuepress-jsdoc/commit/d6989d3))
* build(workflow): add missing install ([07eb952](https://github.com/ph1p/vuepress-jsdoc/commit/07eb952))
* build(workflow): update workflow file ([e06b0c7](https://github.com/ph1p/vuepress-jsdoc/commit/e06b0c7))
* build(yarn): drop yarn and use npm instead ([9ef5c7a](https://github.com/ph1p/vuepress-jsdoc/commit/9ef5c7a))
* chore: release 3.1.0 ([31288bb](https://github.com/ph1p/vuepress-jsdoc/commit/31288bb))
* 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)



Expand Down
1 change: 1 addition & 0 deletions example/src/error.js
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
class ThrowError {}
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "3.2.0",
"description": "Generate jsdoc markdown files for vuepress",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 8b9c85d

Please sign in to comment.