diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c15fc843..5ab2fbcac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,14 @@ 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.11.5](https://github.com/gemini-testing/testplane/compare/v8.11.4...v8.11.5) (2024-05-29) + + +### Bug Fixes + +* "assertView", "moveCursorTo", "executionContext" and "currentTest" types ([bd4e898](https://github.com/gemini-testing/testplane/commit/bd4e8980fcffbad59af6df48726418586b1bae4a)) +* **ct:** correctly support custom element commands ([5817e92](https://github.com/gemini-testing/testplane/commit/5817e92916be7e97940cec1940bc19296be28687)) + ### [8.11.4](https://github.com/gemini-testing/testplane/compare/v8.11.3...v8.11.4) (2024-05-16) diff --git a/package-lock.json b/package-lock.json index 28db08838..e10072798 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.11.4", + "version": "8.11.5", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.11.4", + "version": "8.11.5", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 1ca6d9140..5892586c7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.11.4", + "version": "8.11.5", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [