diff --git a/CHANGELOG.md b/CHANGELOG.md index 10e4455f..8a824cd8 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. +### [8.9.4](https://github.com/gemini-testing/hermione/compare/hermione/8.9.3...hermione/8.9.4) (2024-05-29) + + +### Bug Fixes + +* "assertView", "moveCursorTo", "executionContext" and "currentTest" types ([eecbe23](https://github.com/gemini-testing/hermione/commit/eecbe2335f976e39ca9ef607c1bd4e96293ae2c8)) + ### [8.9.3](https://github.com/gemini-testing/hermione/compare/hermione/8.9.2...hermione/8.9.3) (2024-05-16) diff --git a/package-lock.json b/package-lock.json index 60ff9749..36d7a84f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hermione", - "version": "8.9.3", + "version": "8.9.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hermione", - "version": "8.9.3", + "version": "8.9.4", "license": "MIT", "dependencies": { "@gemini-testing/commander": "2.15.3", diff --git a/package.json b/package.json index 8922c8d0..399d5552 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "8.9.3", + "version": "8.9.4", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [