Skip to content

Commit

Permalink
chore(release): 8.20.6
Browse files Browse the repository at this point in the history
  • Loading branch information
y-infra committed Oct 27, 2024
1 parent c2af168 commit 79f0caf
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down

0 comments on commit 79f0caf

Please sign in to comment.