Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

Commit 0d11b83

Browse files
committed
v2.0.5
1 parent 25908cb commit 0d11b83

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
### 2.0.5
2+
3+
* Fix failing OSX chromedriver download due to 2.23 dropped support for mac 32 bit - **[@brettjonesdev](https://github.com/brettjonesdev)** [#30](https://github.com/groupon/selenium-download/pull/30)
4+
- [`f84195e`](https://github.com/groupon/selenium-download/commit/f84195ed0cd6986034de582869491db7981859fb) **fix:** chromedriver version 2.23 no longer supports mac 32 bit
5+
6+
17
### 2.0.4
28

39
* Support for node v6 and shiny JavaScript - **[@jkrems](https://github.com/jkrems)** [#27](https://github.com/groupon/selenium-download/pull/27)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "selenium-download",
3-
"version": "2.0.4",
3+
"version": "2.0.5",
44
"description": "allow downloading of latest selenium standalone server and chromedriver",
55
"license": "BSD-3-Clause",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)