Skip to content

Commit 2885cd8

Browse files
Release 1.0.13
1 parent 9cdd733 commit 2885cd8

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

.npmignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.editorconfig
22
.eslintignore
3-
.eslintrc
3+
.eslintrc.js
44
node_modules/
55
.DS_Store
66
.vscode/

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 1.0.13
2+
3+
- Update after step hook to check metaStep for saveScreenshot call. [PR #11](https://github.com/ktryniszewski-mdsol/codeceptjs-cucumber-json-reporter/pull/11)
4+
5+
---
6+
17
### 1.0.12
28

39
- Fix for background usage in codecept v3.4.1 [PR #10](https://github.com/ktryniszewski-mdsol/codeceptjs-cucumber-json-reporter/pull/10)

package.json

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

0 commit comments

Comments
 (0)