Skip to content

Commit ba72d69

Browse files
committed
chore(release): 7.4.0
1 parent 5c727fd commit ba72d69

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,19 @@
22

33
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.
44

5+
<a name="7.4.0"></a>
6+
# [7.4.0](https://github.com/gemini-testing/html-reporter/compare/v7.3.1...v7.4.0) (2021-10-25)
7+
8+
9+
### Features
10+
11+
* merge all existing tables inside sqlite database ([#404](https://github.com/gemini-testing/html-reporter/issues/404)) ([5c727fd](https://github.com/gemini-testing/html-reporter/commit/5c727fd))
12+
* **gui:** add ability to use db connection on client side ([#402](https://github.com/gemini-testing/html-reporter/issues/402)) ([8f445e3](https://github.com/gemini-testing/html-reporter/commit/8f445e3))
13+
* add "result_meta" extension point for html-reporter plugins ([#401](https://github.com/gemini-testing/html-reporter/issues/401)) ([fb52a0a](https://github.com/gemini-testing/html-reporter/commit/fb52a0a))
14+
* add API with ability to access the database from other plugins ([#400](https://github.com/gemini-testing/html-reporter/issues/400)) ([0e9e97c](https://github.com/gemini-testing/html-reporter/commit/0e9e97c))
15+
16+
17+
518
<a name="7.3.1"></a>
619
## [7.3.1](https://github.com/gemini-testing/html-reporter/compare/v7.3.0...v7.3.1) (2021-09-20)
720

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "html-reporter",
3-
"version": "7.3.1",
3+
"version": "7.4.0",
44
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
55
"scripts": {
66
"coverage": "nyc npm run test-unit",

0 commit comments

Comments
 (0)