diff --git a/CHANGELOG.md b/CHANGELOG.md index f8c4c27b9..c7773ebf9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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. +### [8.9.2](https://github.com/gemini-testing/hermione/compare/hermione/8.9.1...hermione/8.9.2) (2024-05-15) + + +### Bug Fixes + +* correctly require plugins with yarn+pnp ([ef522f3](https://github.com/gemini-testing/hermione/commit/ef522f30974e235d582a95d1ce958af6f911c87e)) +* correctly specify "testplaneCtx.assertViewResults" type ([41bb00e](https://github.com/gemini-testing/hermione/commit/41bb00eb4a65de792e8ffcc98faba6cb4c97873d)) + ### [8.9.1](https://github.com/gemini-testing/hermione/compare/hermione/8.9.0...hermione/8.9.1) (2024-04-24) diff --git a/package-lock.json b/package-lock.json index 39df203bb..d4e74855f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hermione", - "version": "8.9.1", + "version": "8.9.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hermione", - "version": "8.9.1", + "version": "8.9.2", "license": "MIT", "dependencies": { "@gemini-testing/commander": "2.15.3", diff --git a/package.json b/package.json index b38851c0e..8d802274a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "8.9.1", + "version": "8.9.2", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [