diff --git a/CHANGELOG.md b/CHANGELOG.md index 0d59800d..949ed45d 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.1](https://github.com/gemini-testing/testplane/compare/v8.19.0...v8.19.1) (2024-07-30) + + +### Bug Fixes + +* fix failed tests rerun ([#980](https://github.com/gemini-testing/testplane/issues/980)) ([b89c5b1](https://github.com/gemini-testing/testplane/commit/b89c5b18e9ee64a5af7679e35592c3048f57fa06)) + ## [8.19.0](https://github.com/gemini-testing/testplane/compare/v8.18.1...v8.19.0) (2024-07-29) diff --git a/package-lock.json b/package-lock.json index 6897849a..c2d9bee3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.19.0", + "version": "8.19.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.19.0", + "version": "8.19.1", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 845460e6..3d85d9f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.19.0", + "version": "8.19.1", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [