Skip to content

Commit

Permalink
chore(release): 8.24.0
Browse files Browse the repository at this point in the history
  • Loading branch information
y-infra committed Jan 13, 2025
1 parent fe0c7da commit 189c8d2
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 3 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

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.24.0](https://github.com/gemini-testing/testplane/compare/v8.23.1...v8.24.0) (2025-01-13)


### Features

* add 'list-browsers' command ([ff62aad](https://github.com/gemini-testing/testplane/commit/ff62aadb9bc86e81df9ac430d52a756c1aca675f))
* add ability to run local browsers without specified browserVersion ([7827fd0](https://github.com/gemini-testing/testplane/commit/7827fd07e8e6c1ee9c42afd92b5590ee3535666d))


### Bug Fixes

* remove unknown capabilities when running local browser ([6e75965](https://github.com/gemini-testing/testplane/commit/6e75965cdcc58b84ee3b504033ae1b122bba7e75))

### [8.23.1](https://github.com/gemini-testing/testplane/compare/v8.23.0...v8.23.1) (2024-12-23)


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.23.1",
"version": "8.24.0",
"description": "Tests framework based on mocha and wdio",
"main": "build/src/index.js",
"files": [
Expand Down

0 comments on commit 189c8d2

Please sign in to comment.