Skip to content

Commit

Permalink
chore(main): release 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jul 19, 2023
1 parent d1a18db commit 1f5f203
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 3 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## [1.2.0](https://github.com/joeyparrish/webdriver-installer/compare/v1.1.5...v1.2.0) (2023-07-19)


### Features

* Add MS Edge support on Linux and Mac ([59505f4](https://github.com/joeyparrish/webdriver-installer/commit/59505f49b94030c63377d72e2b4639093915ab3d))
* Make logging optional, export main ([1d7bb17](https://github.com/joeyparrish/webdriver-installer/commit/1d7bb1755725a50b9c5a423c55402f6a84503919))


### Bug Fixes

* Choose platform-specific msedgedriver version ([#8](https://github.com/joeyparrish/webdriver-installer/issues/8)) ([2e0e859](https://github.com/joeyparrish/webdriver-installer/commit/2e0e8598f878c0c3fcd8ed55d4e830da398a891b))
* Fix CLI installation ([2f6b649](https://github.com/joeyparrish/webdriver-installer/commit/2f6b649033312f778795b1372abfc0a175d70e61))
* Fix execution in node v12 ([9b06017](https://github.com/joeyparrish/webdriver-installer/commit/9b06017b7c83ebfea1e600d7f667b2810ab05b5f))
* Fix failure to query registry for Firefox ([ce12f34](https://github.com/joeyparrish/webdriver-installer/commit/ce12f347f96406cc1f0a219c4c44cd2a9b827254))
* Fix GitHub API rate limit issues getting geckodriver release ([074beb7](https://github.com/joeyparrish/webdriver-installer/commit/074beb79adf7d9807ab57b67c9edd26d9451270e))
* Fix msedgedriver version detection ([#20](https://github.com/joeyparrish/webdriver-installer/issues/20)) ([3838b88](https://github.com/joeyparrish/webdriver-installer/commit/3838b889772e2a0ce7167e9220969b25714f0d03))
* Fix unlinking existing binaries ([#12](https://github.com/joeyparrish/webdriver-installer/issues/12)) ([8a43765](https://github.com/joeyparrish/webdriver-installer/commit/8a43765b54fbbf164762f7a8edf52520b4d08059))
* Improved error logging for CLI ([b588638](https://github.com/joeyparrish/webdriver-installer/commit/b588638774526d621983e0b497aa85ab217fcc46))
* Make Windows browser version queries more robust ([85f3b27](https://github.com/joeyparrish/webdriver-installer/commit/85f3b2796e06e1a0f2171b46beef73f6a0407ecb))

## [1.1.5](https://github.com/shaka-project/webdriver-installer/compare/v1.1.4...v1.1.5) (2022-12-14)


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": "webdriver-installer",
"version": "1.1.5",
"version": "1.2.0",
"description": "Install the right WebDriver version for your local browsers, automatically.",
"main": "main.js",
"bin": {
Expand Down

0 comments on commit 1f5f203

Please sign in to comment.