Skip to content

Commit

Permalink
release v6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgruber committed Mar 25, 2022
1 parent bbf3ad6 commit 9fd6630
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# mochawesome-report-generator changelog

## [Unreleased]

## [6.2.0] - 2022-03-25
### Added
- Support adding video in context via data uri [mochawesome #372](https://github.com/adamgruber/mochawesome/issues/372)

Expand Down Expand Up @@ -194,7 +196,8 @@ No release is complete without a quick hotfix.
## 1.0.0 - 2016-12-18
- Initial release

[Unreleased]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.1.1...HEAD
[Unreleased]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.2.0...HEAD
[6.2.0]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.1.1...6.2.0
[6.1.1]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.1.0...6.1.1
[6.1.0]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.0.1...6.1.0
[6.0.1]: https://github.com/adamgruber/mochawesome-report-generator/compare/6.0.0...6.0.1
Expand Down
4 changes: 2 additions & 2 deletions 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": "mochawesome-report-generator",
"version": "6.1.1",
"version": "6.2.0",
"description": "Generates gorgeous HTML reports from mochawesome reporter.",
"scripts": {
"lint": "eslint src test --ext js",
Expand Down

0 comments on commit 9fd6630

Please sign in to comment.