diff --git a/CHANGELOG.md b/CHANGELOG.md index d1318b28c..c6fb3bc04 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ 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. +### [7.0.6](https://github.com/gemini-testing/hermione/compare/v7.0.5...v7.0.6) (2023-05-02) + + +### Bug Fixes + +* handle rare cases with unhandled rejections due to circular refs ([fb873ad](https://github.com/gemini-testing/hermione/commit/fb873adc0c3eb9f1fb7cff4572ffae0b3bc37e92)) + ### [7.0.5](https://github.com/gemini-testing/hermione/compare/v7.0.4...v7.0.5) (2023-04-27) diff --git a/package-lock.json b/package-lock.json index a74d6ce1e..830a102eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hermione", - "version": "7.0.5", + "version": "7.0.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hermione", - "version": "7.0.5", + "version": "7.0.6", "license": "MIT", "dependencies": { "@gemini-testing/commander": "2.15.3", diff --git a/package.json b/package.json index 8fc43ce60..199b8d94b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "7.0.5", + "version": "7.0.6", "description": "Tests framework based on mocha and wdio", "main": "build/hermione.js", "files": [