Skip to content

Commit

Permalink
Merge pull request #332 from vvo/stephenash/6.12.0
Browse files Browse the repository at this point in the history
6.12.0
  • Loading branch information
vvo committed Dec 7, 2017
2 parents 1cd7623 + a49fc22 commit 497a2fc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions HISTORY.md
@@ -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
@@ -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

0 comments on commit 497a2fc

Please sign in to comment.