diff --git a/CHANGELOG.md b/CHANGELOG.md index cc6c1753c..154d02474 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.7.1](https://github.com/gemini-testing/hermione/compare/v8.7.0...v8.7.1) (2024-03-28) + + +### Bug Fixes + +* return origCommand type to overwriteCommand ([f2039a0](https://github.com/gemini-testing/hermione/commit/f2039a02b743622ab709b7a43977990c1992add5)) + ## [8.7.0](https://github.com/gemini-testing/hermione/compare/v8.6.0...v8.7.0) (2024-03-27) diff --git a/package-lock.json b/package-lock.json index 41cc0d6dd..2cf4d2857 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hermione", - "version": "8.7.0", + "version": "8.7.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hermione", - "version": "8.7.0", + "version": "8.7.1", "license": "MIT", "dependencies": { "@gemini-testing/commander": "2.15.3", diff --git a/package.json b/package.json index 1d1599fed..48677a614 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "8.7.0", + "version": "8.7.1", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [