diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c5ec4819..50432c2f0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,21 @@ 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.4.0](https://github.com/gemini-testing/html-reporter/compare/v4.3.0...v4.4.0) (2019-04-02) + + +### Bug Fixes + +* **lazy-load:** recheck suite view on test filter ([1a125ec](https://github.com/gemini-testing/html-reporter/commit/1a125ec)) + + +### Features + +* add grouping by error type ([7a566a3](https://github.com/gemini-testing/html-reporter/commit/7a566a3)) + + + # [4.3.0](https://github.com/gemini-testing/html-reporter/compare/v4.2.0...v4.3.0) (2019-03-28) diff --git a/package-lock.json b/package-lock.json index bc32c719e..c80fee907 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "4.3.0", + "version": "4.4.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 5f1e52098..4638a5403 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "html-reporter", - "version": "4.3.0", + "version": "4.4.0", "description": "Plugin for gemini and hermione which is intended to aggregate the results of tests running into html report", "scripts": { "lint": "eslint .",