diff --git a/CHANGELOG.md b/CHANGELOG.md index 3e1ce2e8..4d3d3197 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ CHANGELOG ========= + +## [1.11.3](https://github.com/wswebcreation/multiple-cucumber-html-reporter/compare/v1.11.2...v1.11.3) (2018-10-02) + +### Fix +* **fix:** Update template condition to not suppress output for hidden steps w/html embed, related to [59](https://github.com/wswebcreation/multiple-cucumber-html-reporter/pull/59), tnx to [Yaron Assa](https://github.com/yaronassa) +* **fix:** Replaced json.parse with json.stringify at line 329 of `generate-report.js` for step embeddings, tnx to [Marius](https://github.com/CTMarius) + ## [1.11.2](https://github.com/wswebcreation/multiple-cucumber-html-reporter/compare/v1.11.1...v1.11.2) (2018-08-18) diff --git a/package.json b/package.json index 7b099d91..ed09b481 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "multiple-cucumber-html-reporter", - "version": "1.11.2", + "version": "1.11.3", "description": "Generate beautifull cucumberjs reports for multiple instances (browsers / devices)", "keywords": [ "cucumber",