diff --git a/CHANGELOG.md b/CHANGELOG.md index 58c1c3af..b4595eaf 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.19.7](https://github.com/gemini-testing/testplane/compare/v8.19.6...v8.19.7) (2024-08-28) + + +### Bug Fixes + +* add getPuppeteer timeout ([a2d8e2e](https://github.com/gemini-testing/testplane/commit/a2d8e2eacb803a7cc6113a472fe0ccccf710cf5c)) + ### [8.19.6](https://github.com/gemini-testing/testplane/compare/v8.19.5...v8.19.6) (2024-08-14) diff --git a/package-lock.json b/package-lock.json index ada6cdea..61afb47e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.19.6", + "version": "8.19.7", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.19.6", + "version": "8.19.7", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 8763ff5a..1b7881f1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.19.6", + "version": "8.19.7", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [