From 79f0caf3b36f7317928fbf4354839e69d6aea7c5 Mon Sep 17 00:00:00 2001 From: y-infra Date: Sun, 27 Oct 2024 14:45:20 +0000 Subject: [PATCH] chore(release): 8.20.6 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83a6e35c..64462c72 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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.20.6](https://github.com/gemini-testing/testplane/compare/v8.20.5...v8.20.6) (2024-10-27) + + +### Bug Fixes + +* add user agent to args automatically ([#1026](https://github.com/gemini-testing/testplane/issues/1026)) ([c2af168](https://github.com/gemini-testing/testplane/commit/c2af168042218deecc33bb1b2cd4cbb16502ee49)) +* **component-testing:** ability to import esm modules ([02498a3](https://github.com/gemini-testing/testplane/commit/02498a3823b5b991e126d0b663f62b1f5b7492da)) +* **component-testing:** correctly import components with css from third party libraries ([591cd5a](https://github.com/gemini-testing/testplane/commit/591cd5ab2200b236e7598f105f4cfb89c9f09e4b)) + ### [8.20.5](https://github.com/gemini-testing/testplane/compare/v8.20.4...v8.20.5) (2024-10-01) diff --git a/package-lock.json b/package-lock.json index 83dcfeaf..41495686 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "testplane", - "version": "8.20.5", + "version": "8.20.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "testplane", - "version": "8.20.5", + "version": "8.20.6", "license": "MIT", "dependencies": { "@babel/code-frame": "7.24.2", diff --git a/package.json b/package.json index a9533a29..9d8967cb 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testplane", - "version": "8.20.5", + "version": "8.20.6", "description": "Tests framework based on mocha and wdio", "main": "build/src/index.js", "files": [