From 9b7ff943840c0a3a5da99846173a6aeb1776d274 Mon Sep 17 00:00:00 2001 From: y-infra Date: Wed, 27 Nov 2024 11:41:32 +0000 Subject: [PATCH] chore(release): 8.22.1 --- CHANGELOG.md | 8 ++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c604b3a05..e05b017fe 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.22.1](https://github.com/gemini-testing/testplane/compare/v8.22.0...v8.22.1) (2024-11-27) + + +### Bug Fixes + +* correctly specify types for "mochaOpts" and "patternsOnReject" ([87b7351](https://github.com/gemini-testing/testplane/commit/87b73511c5fe49dd217a8b7b192a3e8ca1f31daa)) +* speed up install deps ([c3a362a](https://github.com/gemini-testing/testplane/commit/c3a362ad1553970c3802385441f900cae56c2573)) + ## [8.22.0](https://github.com/gemini-testing/testplane/compare/v8.21.1...v8.22.0) (2024-11-27) diff --git a/package-lock.json b/package-lock.json index b408a151d..107a12297 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.22.0", + "version": "8.22.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.22.0", + "version": "8.22.1", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index 42b21ebc5..1660a619d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.22.0", + "version": "8.22.1", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [