From d0b3fec10496371364cab071547af074a32c2b9c Mon Sep 17 00:00:00 2001 From: DudaGod Date: Wed, 3 Apr 2024 16:44:22 +0300 Subject: [PATCH] chore(release): 8.8.0 --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19f5881e8..578e02961 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.8.0](https://github.com/gemini-testing/hermione/compare/v8.7.2...v8.8.0) (2024-04-03) + + +### Features + +* add ability to extend "hermione" global variable ([f4c0cec](https://github.com/gemini-testing/hermione/commit/f4c0cec57c107e17fae39918542df9c039216f5e)) + ### [8.7.2](https://github.com/gemini-testing/hermione/compare/v8.7.1...v8.7.2) (2024-03-29) diff --git a/package-lock.json b/package-lock.json index 7629857d5..01da197cc 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hermione", - "version": "8.7.2", + "version": "8.8.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hermione", - "version": "8.7.2", + "version": "8.8.0", "license": "MIT", "dependencies": { "@gemini-testing/commander": "2.15.3", diff --git a/package.json b/package.json index 679235325..57786f152 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "8.7.2", + "version": "8.8.0", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [