diff --git a/CHANGELOG.md b/CHANGELOG.md index 5187e0e24..77c3ac5b9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,19 @@ 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.1.0](https://github.com/gemini-testing/hermione/compare/v8.0.5...v8.1.0) (2024-02-20) + + +### Features + +* issue templates ([7b112dc](https://github.com/gemini-testing/hermione/commit/7b112dc09f33014bda2dfe636145f49145b82ffa)) + + +### Bug Fixes + +* do not lost "testXReqId" when using "parallelLimit" ([8d6d82a](https://github.com/gemini-testing/hermione/commit/8d6d82a3ff810c8be437a014f40fee7b70cddd9f)) +* move cursor relative to the center of body when using "resetCursor" option ([36c4f36](https://github.com/gemini-testing/hermione/commit/36c4f367cf2e2a360dda5f7bb9bbceecdb188fcf)) + ### [8.0.6](https://github.com/gemini-testing/hermione/compare/v8.0.5...v8.0.6) (2024-02-12) diff --git a/package-lock.json b/package-lock.json index a0188b619..eaf3fa430 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hermione", - "version": "8.0.6", + "version": "8.1.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hermione", - "version": "8.0.6", + "version": "8.1.0", "license": "MIT", "dependencies": { "@gemini-testing/commander": "2.15.3", diff --git a/package.json b/package.json index c4692a2c0..b9299b2c8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "hermione", - "version": "8.0.6", + "version": "8.1.0", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [