Skip to content
This repository was archived by the owner on Dec 26, 2023. It is now read-only.

Commit 47d4cf6

Browse files
chore(release): 1.0.10 [skip ci]
## [1.0.10](v1.0.9...v1.0.10) (2020-07-19) ### Bug Fixes * numFailures is not required. Add reportTitle param ([82ab498](82ab498))
1 parent 82ab498 commit 47d4cf6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [1.0.10](https://github.com/MirrorNG/nunit-reporter/compare/v1.0.9...v1.0.10) (2020-07-19)
2+
3+
4+
### Bug Fixes
5+
6+
* numFailures is not required. Add reportTitle param ([82ab498](https://github.com/MirrorNG/nunit-reporter/commit/82ab4987b9bcdd363ec32c36259913852470f0d4))
7+
18
## [1.0.9](https://github.com/MirrorNG/nunit-reporter/compare/v1.0.8...v1.0.9) (2020-04-14)
29

310

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nunit-result",
3-
"version": "1.0.9",
3+
"version": "1.0.10",
44
"private": true,
55
"description": "Action to add nunit tests results ",
66
"main": "lib/main.js",

0 commit comments

Comments
 (0)