Skip to content

Commit

Permalink
Changelog updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vladikoff committed Oct 14, 2019
1 parent 8b025a8 commit 2336fe3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,8 @@ Use `GECKODRIVER_SKIP_DOWNLOAD` to skip the download of the geckodriver file.
## Versions

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

## Changelog

* 1.18.0 - geckodriver 26.
* 1.17.0 - geckodriver 25.
* 1.16.2 - fix issue with 'tar' dependency.
* 1.16.1 - added support for `GECKODRIVER_FILEPATH` env variable.
* 1.16.0 - added support for `GECKODRIVER_VERSION` env variable. Set it to `'0.24.0'` to fetch that version.
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": "geckodriver",
"version": "1.19.0",
"version": "1.18.0",
"description": "Downloader for https://github.com/mozilla/geckodriver/releases",
"scripts": {
"test": "ava",
Expand Down

0 comments on commit 2336fe3

Please sign in to comment.