diff --git a/CHANGELOG.md b/CHANGELOG.md index 053f750c..898a9d09 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.19.4](https://github.com/gemini-testing/testplane/compare/v8.19.3...v8.19.4) (2024-08-09) + + +### Bug Fixes + +* fix ConfigInput type ([#991](https://github.com/gemini-testing/testplane/issues/991)) ([8cdcd15](https://github.com/gemini-testing/testplane/commit/8cdcd153f7abca3847e50c24f3ffc5c9bb17ebb0)) +* fix swc warnings ([#993](https://github.com/gemini-testing/testplane/issues/993)) ([d86460a](https://github.com/gemini-testing/testplane/commit/d86460a84eebfed63637b878c6b3e623fb2f3db4)) + ### [8.19.3](https://github.com/gemini-testing/testplane/compare/v8.19.2...v8.19.3) (2024-08-05) diff --git a/package-lock.json b/package-lock.json index a6d05f4a..ec762c2e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.19.3", + "version": "8.19.4", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.19.3", + "version": "8.19.4", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index c74092f0..40d45547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.19.3", + "version": "8.19.4", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [