Skip to content

Commit

Permalink
Release 1.0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
ktryniszewski-mdsol committed Jun 8, 2023
1 parent 9cdd733 commit 2885cd8
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .npmignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
.editorconfig
.eslintignore
.eslintrc
.eslintrc.js
node_modules/
.DS_Store
.vscode/
Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
### 1.0.13

- Update after step hook to check metaStep for saveScreenshot call. [PR #11](https://github.com/ktryniszewski-mdsol/codeceptjs-cucumber-json-reporter/pull/11)

---

### 1.0.12

- Fix for background usage in codecept v3.4.1 [PR #10](https://github.com/ktryniszewski-mdsol/codeceptjs-cucumber-json-reporter/pull/10)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeceptjs-cucumber-json-reporter",
"version": "1.0.12",
"version": "1.0.13",
"description": "CodeceptJS plugin to generate a cucumberjs json output",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 2885cd8

Please sign in to comment.