diff --git a/CHANGELOG.md b/CHANGELOG.md index e82f269..f894456 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,13 @@ ## [Unreleased] +## [6.3.1] - 2021-10-06 +### Fixed +- Ignore `retriedTest` serialization to avoid circular issues [#356](https://github.com/adamgruber/mochawesome/issues/356) + ## [6.3.0] - 2021-09-29 ### Changed -- Update parallel processing so output JSON matches sync runs [#353](https://github.com/adamgruber/mochawesome/pull/353) +- Update parallel processing so output JSON matches sync runs [#353](https://github.com/adamgruber/mochawesome/pull/353) - Update how the total number of skipped tests is calculated [#317](https://github.com/adamgruber/mochawesome/issues/317) ## [6.2.2] - 2021-02-16 diff --git a/package-lock.json b/package-lock.json index f45c1b8..9e4efc1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "mochawesome", - "version": "6.3.0", + "version": "6.3.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 345d466..d9ca589 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "mochawesome", - "version": "6.3.0", + "version": "6.3.1", "description": "A gorgeous reporter for Mocha.js", "scripts": { "lint": "eslint src test*",