Skip to content

Commit 0d0cd66

Browse files
Version 1.0.4
1 parent 5a66c24 commit 0d0cd66

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+
2+
### 1.0.4
3+
4+
- Addition of screenshotOnFail functionality (PR made to codeceptjs repo to in relation to this change) [PR #2888](https://github.com/codeceptjs/CodeceptJS/pull/2888)
5+
6+
---
7+
18
### 1.0.3
29

310
- Addition of uniqueFileName (for parallel runs)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeceptjs-cucumber-json-reporter",
3-
"version": "1.0.3",
3+
"version": "1.0.4",
44
"description": "CodeceptJS plugin to generate a cucumberjs json output",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)