Skip to content

Commit

Permalink
chore(release): 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sipayRT committed Nov 25, 2021
1 parent 5ae3fb4 commit f283ee9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,26 @@

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.

<a name="8.0.0"></a>
# [8.0.0](https://github.com/gemini-testing/html-reporter/compare/v7.7.1...v8.0.0) (2021-11-25)


### Bug Fixes

* update better-sqlite to support Node 16 ([0df4cb5](https://github.com/gemini-testing/html-reporter/commit/0df4cb5))


### Chores

* drop nodejs <= 12 support ([afbc1a5](https://github.com/gemini-testing/html-reporter/commit/afbc1a5))


### BREAKING CHANGES

* drop nodejs <= 12.x support



<a name="7.7.1"></a>
## [7.7.1](https://github.com/gemini-testing/html-reporter/compare/v7.7.0...v7.7.1) (2021-11-18)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "html-reporter",
"version": "7.7.1",
"version": "8.0.0",
"description": "Plugin for hermione which is intended to aggregate the results of tests running into html report",
"scripts": {
"coverage": "nyc npm run test-unit",
Expand Down

0 comments on commit f283ee9

Please sign in to comment.