diff --git a/CHANGELOG.md b/CHANGELOG.md index d6089c729..bb5f16356 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.11.7](https://github.com/gemini-testing/testplane/compare/v8.11.6...v8.11.7) (2024-06-05) + + +### Bug Fixes + +* build client scripts bundle on build time ([b3ae6a3](https://github.com/gemini-testing/testplane/commit/b3ae6a3b8593f65f941c683cd7d716e518d3790e)) + ### [8.11.6](https://github.com/gemini-testing/testplane/compare/v8.11.5...v8.11.6) (2024-05-29) diff --git a/package-lock.json b/package-lock.json index 7322f4816..a66ce334e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.11.6", + "version": "8.11.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.11.6", + "version": "8.11.7", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 74c799ac4..2b3a9eee1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.11.6", + "version": "8.11.7", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [