diff --git a/CHANGELOG.md b/CHANGELOG.md index a0c45f1de..25d8b333b 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.5.0](https://github.com/gemini-testing/hermione/compare/v8.4.1...v8.5.0) (2024-03-18) + + +### Features + +* add ability to enable new Chrome headless mode ([cbc4860](https://github.com/gemini-testing/hermione/commit/cbc486079f0989bdaf75eab9802f2b60593142d2)) + ### [8.4.1](https://github.com/gemini-testing/hermione/compare/v8.4.0...v8.4.1) (2024-03-14) diff --git a/package-lock.json b/package-lock.json index 70f7c3aac..ae6aa6b89 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hermione", - "version": "8.4.1", + "version": "8.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hermione", - "version": "8.4.1", + "version": "8.5.0", "license": "MIT", "dependencies": { "@gemini-testing/commander": "2.15.3", diff --git a/package.json b/package.json index ee1b02948..9d1b36b79 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "8.4.1", + "version": "8.5.0", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [