Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

6.12.0 #332

Merged
merged 3 commits into from
Dec 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# 6.12.0 (2017-12-05)
* Update default selenium to 3.7.1 (#327)
* Update default IEDriver to 3.7.1 (#327)
* Update default geckodriver to 0.19.1 (#327)
* Update default Edge driver to 16299 (#330)
* Update downstream dependencies

# 6.11.0 (2017-10-20)
* Update default selenium to 3.6.0 (#310)
* Update default chromedriver to 2.33 (#310)
* Update default geckodriver to 0.19.0 (#310)
* Update default IEDriver to 3.6.0 (#310)
* Ability to install only one driver from default list (#313)

# 6.10.0 (2017-10-07)
* Fix selenium server status check URL when passing node config file (#308)
* Add timeout option to download request (#309)

# 6.9.0 (2017-09-04)
* Update default selenium to 3.5.3 (#302)
* Update default chromedriver to 2.32 (#302)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-standalone",
"version": "6.11.0",
"version": "6.12.0",
"description": "installs a `selenium-standalone` command line to install and start a standalone selenium server",
"main": "index.js",
"scripts": {
Expand Down