From e96a8c01c7c8111d50e2b7099acae880f00275df Mon Sep 17 00:00:00 2001 From: Rashid Ksirov Date: Sat, 5 Oct 2019 12:35:34 +0300 Subject: [PATCH] chore(release): 4.13.1 --- CHANGELOG.md | 10 ++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 741ee5e45..5244052d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. + +## [4.13.1](https://github.com/gemini-testing/html-reporter/compare/v4.13.0...v4.13.1) (2019-10-05) + + +### Bug Fixes + +* merge subfolders of reports ([b8ee5db](https://github.com/gemini-testing/html-reporter/commit/b8ee5db)) + + + # [4.13.0](https://github.com/gemini-testing/html-reporter/compare/v4.12.5...v4.13.0) (2019-10-03) diff --git a/package-lock.json b/package-lock.json index e95731f4b..7c84be274 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "4.13.0", + "version": "4.13.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 21c5fa3ca..6591aa995 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "4.13.0", + "version": "4.13.1", "description": "Plugin for gemini and hermione which is intended to aggregate the results of tests running into html report", "scripts": { "coverage": "nyc npm run test-unit",