Skip to content

Commit

Permalink
1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
romovs committed Feb 9, 2021
1 parent 38b142a commit cee146a
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,15 @@
# CHANGELOG

## v1.22.0 (2020-01-16)

#### :beetle: Bug Fix
* Edge not shown in the browser menu despite of being available for execution.
* Terminate Internet Explorer only when target browser is Internet Explorer.

#### :house: Internal
* Update oxygen-cli from v1.15.0 to v1.16.0. See [Oxygen ChangeLog](https://github.com/oxygenhq/oxygen/blob/master/CHANGELOG.md).
* Bundle ChromeDriver and EdgeDriver 88.

## v1.21.0 (2020-01-16)

#### :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
@@ -1,7 +1,7 @@
{
"name": "oxygenide",
"productName": "Oxygen IDE",
"version": "1.21.0",
"version": "1.22.0",
"description": "IDE for Oxygen automation framework.",
"scripts": {
"build": "concurrently \"npm run build-main\" \"npm run build-renderer\"",
Expand Down

0 comments on commit cee146a

Please sign in to comment.