Skip to content

Commit

Permalink
chore(release): version bump to 12.1.2 with updated changelog (#374)
Browse files Browse the repository at this point in the history
  • Loading branch information
cnishina committed Apr 25, 2019
1 parent 7dc17ef commit 6f41918
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
# 12.1.2

Fixes download issues for the selenium jar file.

- ([7dc17ef](https://github.com/angular/webdriver-manager/commit/7dc17ef36e93f71bc63475612e343ffb84efec0f))
fix(selenium): download jar files and not zip files (#371)

This fix is here because selenium now has .zip files in the .xml. This worked previously since
there were no .zip files and it would find a version that matched the latest jar file.

Also do not download alpha versions since we are also not downloading beta versions of the jar
file.

closes #370


# 12.1.1

## Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webdriver-manager",
"version": "12.1.1",
"version": "12.1.2",
"description": "A selenium server and browser driver manager for your end to end tests.",
"scripts": {
"format": "gulp format",
Expand Down

0 comments on commit 6f41918

Please sign in to comment.