Skip to content

Commit 2336fe3

Browse files
committed
Changelog updates
1 parent 8b025a8 commit 2336fe3

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,8 @@ Use `GECKODRIVER_SKIP_DOWNLOAD` to skip the download of the geckodriver file.
8585
## Versions
8686

8787
* [npm module version] - [geckodriver version]
88+
* 1.18.x - geckodriver 0.26.0
89+
* 1.17.x - geckodriver 0.25.0
8890
* 1.16.x - geckodriver 0.24.0 and `GECKODRIVER_VERSION` env support
8991
* 1.15.x - geckodriver 0.24.0
9092
* 1.14.x - geckodriver 0.23.0
@@ -104,6 +106,8 @@ Use `GECKODRIVER_SKIP_DOWNLOAD` to skip the download of the geckodriver file.
104106

105107
## Changelog
106108

109+
* 1.18.0 - geckodriver 26.
110+
* 1.17.0 - geckodriver 25.
107111
* 1.16.2 - fix issue with 'tar' dependency.
108112
* 1.16.1 - added support for `GECKODRIVER_FILEPATH` env variable.
109113
* 1.16.0 - added support for `GECKODRIVER_VERSION` env variable. Set it to `'0.24.0'` to fetch that version.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "geckodriver",
3-
"version": "1.19.0",
3+
"version": "1.18.0",
44
"description": "Downloader for https://github.com/mozilla/geckodriver/releases",
55
"scripts": {
66
"test": "ava",

0 commit comments

Comments
 (0)