diff --git a/CHANGELOG.md b/CHANGELOG.md index 90514eaba..f4645f03e 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.23.1](https://github.com/gemini-testing/testplane/compare/v8.23.0...v8.23.1) (2024-12-23) + + +### Bug Fixes + +* expose ExecutionThreadCtx ([#1043](https://github.com/gemini-testing/testplane/issues/1043)) ([e96ce70](https://github.com/gemini-testing/testplane/commit/e96ce708430cdbef0f45944c24fc95f7aea1f6d7)) + ## [8.23.0](https://github.com/gemini-testing/testplane/compare/v8.22.5...v8.23.0) (2024-12-17) diff --git a/package-lock.json b/package-lock.json index 6a108b8aa..7c00309c3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.23.0", + "version": "8.23.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.23.0", + "version": "8.23.1", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 8195f0081..278f05d9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.23.0", + "version": "8.23.1", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [