diff --git a/CHANGELOG.md b/CHANGELOG.md index 17850b57e..86130ce5c 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.2](https://github.com/gemini-testing/testplane/compare/v8.11.1...v8.11.2) (2024-05-15) + + +### Bug Fixes + +* correctly require plugins with yarn+pnp ([7708cf8](https://github.com/gemini-testing/testplane/commit/7708cf8edd5c3bacc3e27146149302afd86c7746)) +* correctly specify "testplaneCtx.assertViewResults" type ([e10c718](https://github.com/gemini-testing/testplane/commit/e10c7184bbd326ca550224c7246ba3d6b3acf333)) + ### [8.11.1](https://github.com/gemini-testing/testplane/compare/v8.11.0...v8.11.1) (2024-05-06) diff --git a/package-lock.json b/package-lock.json index c38f0c3b5..282e5fce3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.11.1", + "version": "8.11.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.11.1", + "version": "8.11.2", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 832af1460..1afc30401 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.11.1", + "version": "8.11.2", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [