Skip to content

Commit

Permalink
chore(release): 0.2.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.2.0](v0.1.1...v0.2.0) (2020-07-14)

### Bug Fixes

* handle gathering count of skipped tests when suite doesn't provide count ([69c5dfb](69c5dfb))

### Features

* allow setting a custom header name ([237c402](237c402))
  • Loading branch information
semantic-release-bot committed Jul 14, 2020
1 parent 871bd9f commit ec67727
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# [0.2.0](https://github.com/sgtcoolguy/danger-plugin-junit/compare/v0.1.1...v0.2.0) (2020-07-14)


### Bug Fixes

* handle gathering count of skipped tests when suite doesn't provide count ([69c5dfb](https://github.com/sgtcoolguy/danger-plugin-junit/commit/69c5dfbbbaf506809624533dee379fee75a6bb0d))


### Features

* allow setting a custom header name ([237c402](https://github.com/sgtcoolguy/danger-plugin-junit/commit/237c402ff292de95520be89b4183755c9b759bbf))
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
Expand Up @@ -18,7 +18,7 @@
"danger-plugin",
"junit"
],
"version": "0.1.2",
"version": "0.2.0",
"main": "dist/index.js",
"types": "types/index.d.ts",
"scripts": {
Expand Down

0 comments on commit ec67727

Please sign in to comment.