diff --git a/CHANGELOG.md b/CHANGELOG.md index 949ed45d2..6cb942c47 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.2](https://github.com/gemini-testing/testplane/compare/v8.19.1...v8.19.2) (2024-08-01) + + +### Bug Fixes + +* disable already started transitions when disabling animations ([#985](https://github.com/gemini-testing/testplane/issues/985)) ([89754ec](https://github.com/gemini-testing/testplane/commit/89754ec094fd3cadcadf983d54ba48790249d2f0)) + ### [8.19.1](https://github.com/gemini-testing/testplane/compare/v8.19.0...v8.19.1) (2024-07-30) diff --git a/package-lock.json b/package-lock.json index c2d9bee33..885e66311 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.19.1", + "version": "8.19.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.19.1", + "version": "8.19.2", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index b5fb8e18b..c3af0114f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.19.1", + "version": "8.19.2", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [