Skip to content

Commit

Permalink
1.31.1
Browse files Browse the repository at this point in the history
  • Loading branch information
romovs committed Nov 7, 2022
1 parent fcc6643 commit c058290
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# CHANGELOG

## v1.31.1 (2022-11-07)

#### :beetle: Bug Fix
* Update to Selenium 4.6. This resolves an issue with test execution on Edge in IE mode.

#### :house: Internal
* Update oxygen-cli from v1.24.5 to v1.24.6. See [Oxygen ChangeLog](https://github.com/oxygenhq/oxygen/blob/master/CHANGELOG.md).
* Bundle ChromeDriver/EdgeDriver 107.
* Update GeckoDriver to 0.32.0

## v1.31.0 (2022-09-22)

#### :tada: New Feature
Expand Down
2 changes: 1 addition & 1 deletion 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,7 +1,7 @@
{
"name": "oxygenide",
"productName": "Oxygen IDE",
"version": "1.31.0",
"version": "1.31.1",
"description": "IDE for Oxygen automation framework.",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit c058290

Please sign in to comment.