diff --git a/CHANGELOG.md b/CHANGELOG.md index 2db552168..5c5ec4819 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.3.0](https://github.com/gemini-testing/html-reporter/compare/v4.2.0...v4.3.0) (2019-03-28) + + +### Features + +* should not show date if it is empty ([c3da7a3](https://github.com/gemini-testing/html-reporter/commit/c3da7a3)) + + + # [4.2.0](https://github.com/gemini-testing/html-reporter/compare/v4.1.1...v4.2.0) (2019-03-28) diff --git a/package-lock.json b/package-lock.json index df6edfa5a..bc32c719e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "4.2.0", + "version": "4.3.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 7b1518ea5..5f1e52098 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "4.2.0", + "version": "4.3.0", "description": "Plugin for gemini and hermione which is intended to aggregate the results of tests running into html report", "scripts": { "lint": "eslint .",