Skip to content

Commit 5eab513

Browse files
committed
chore(release): 7.5.0
1 parent 9524443 commit 5eab513

File tree

3 files changed

+15
-3
lines changed

3 files changed

+15
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
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.0](https://github.com/gemini-testing/hermione/compare/v7.4.1...v7.5.0) (2023-12-28)
6+
7+
8+
### Features
9+
10+
* generate "X-Request-ID" header for each browser request ([0c87eb4](https://github.com/gemini-testing/hermione/commit/0c87eb415df9d3e92f5b60ff518c31a33579f7ea))
11+
12+
13+
### Bug Fixes
14+
15+
* correctly switch between iframes on disable animation ([fb31fd7](https://github.com/gemini-testing/hermione/commit/fb31fd7548a7495b80d0217797d793376b76555e))
16+
517
### [7.4.1](https://github.com/gemini-testing/hermione/compare/v7.4.0...v7.4.1) (2023-12-19)
618

719

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.4.1",
3+
"version": "7.5.0",
44
"description": "Tests framework based on mocha and wdio",
55
"main": "build/hermione.js",
66
"files": [

0 commit comments

Comments
 (0)