Skip to content

Commit a67b802

Browse files
committed
chore(release): 7.5.7
1 parent e779817 commit a67b802

File tree

3 files changed

+13
-3
lines changed

3 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22

33
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.
44

5+
### [7.5.7](https://github.com/gemini-testing/hermione/compare/hermione/v7.5.6...hermione/7.5.7) (2024-05-16)
6+
7+
8+
### Bug Fixes
9+
10+
* correctly require plugins with yarn+pnp ([b350c7e](https://github.com/gemini-testing/hermione/commit/b350c7e01b7cdd890c95384b9f7da1cf58c888f4))
11+
* correctly screen element after moveTo ([0aff29a](https://github.com/gemini-testing/hermione/commit/0aff29a50c7c26e61e61074d12f8240e828718a2))
12+
* correctly specify "testplaneCtx.assertViewResults" type ([63ff66e](https://github.com/gemini-testing/hermione/commit/63ff66e45ccb4f2514a741bf6f8742985e42a559))
13+
* ignore "execution context was destroyed" error from puppeteer ([e779817](https://github.com/gemini-testing/hermione/commit/e77981753eabcd83f75244df623a71c7d2f3e85e))
14+
515
### [7.5.6](https://github.com/gemini-testing/hermione/compare/v7.5.5...v7.5.6) (2024-04-05)
616

717

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "hermione",
3-
"version": "7.5.6",
3+
"version": "7.5.7",
44
"description": "Tests framework based on mocha and wdio",
55
"main": "build/hermione.js",
66
"files": [

0 commit comments

Comments
 (0)