diff --git a/CHANGELOG.md b/CHANGELOG.md index fd065c085..0d59800d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ 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.0](https://github.com/gemini-testing/testplane/compare/v8.18.1...v8.19.0) (2024-07-29) + + +### Features + +* add config option to rerun failed tests ([#973](https://github.com/gemini-testing/testplane/issues/973)) ([36aa516](https://github.com/gemini-testing/testplane/commit/36aa51657c0807f1d3474084b336b02270bba9d7)) + + +### Bug Fixes + +* correctly require plugins with yarn+pnp ([#978](https://github.com/gemini-testing/testplane/issues/978)) ([cd2763d](https://github.com/gemini-testing/testplane/commit/cd2763d0894b2c395bf0332e72dddc2e59dae5ef)) + ### [8.18.1](https://github.com/gemini-testing/testplane/compare/v8.18.0...v8.18.1) (2024-07-24) diff --git a/package-lock.json b/package-lock.json index 12fdc8249..6897849a3 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.18.1", + "version": "8.19.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.18.1", + "version": "8.19.0", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 7d1be82c9..845460e63 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.18.1", + "version": "8.19.0", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [