Skip to content

Commit

Permalink
chore(release): 9.0.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DudaGod committed Mar 7, 2024
1 parent e5f707a commit c5d85b7
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

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.

## [9.0.0-rc.0](https://github.com/gemini-testing/hermione/compare/v8.2.0...v9.0.0-rc.0) (2024-03-07)


### ⚠ BREAKING CHANGES

* node versions less than 18.17.0 are no longer supported

### Bug Fixes

* extend AssertViewResultDiff type ([45d1105](https://github.com/gemini-testing/hermione/commit/45d110586092316424db4b1080212fa463382d53))


* drop node versions less than 18.17.0 ([920dba7](https://github.com/gemini-testing/hermione/commit/920dba70d0b2fc1ad14de72b536a76af3b39f321))

## [8.2.1](https://github.com/gemini-testing/hermione/compare/v8.2.0...v8.2.1) (2024-03-04)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hermione",
"version": "8.2.1",
"version": "9.0.0-rc.0",
"description": "Tests framework based on mocha and wdio",
"main": "build/src/index.js",
"files": [
Expand Down

0 comments on commit c5d85b7

Please sign in to comment.