Skip to content

Commit

Permalink
v4.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jul 19, 2022
1 parent 09c9b00 commit 3a7982e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v4.1.4 (2022-07-19)
<a id="v4.1.4"></a>
#### 🏡 Internal

* [#79](https://github.com/testiumjs/testium-driver-wd/pull/79) retry wd.init() call when needed ([@dbushong](https://github.com/dbushong))


### v4.1.3 (2021-07-19)
<a id="v4.1.3"></a>
#### 🏡 Internal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[![nlm-github](https://img.shields.io/badge/github-testiumjs%2Ftestium--driver--wd%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/testiumjs/testium-driver-wd/issues)
![nlm-version](https://img.shields.io/badge/version-4.1.3-blue?logo=version&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-4.1.4-blue?logo=version&logoColor=white)
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white)
[![nlm-url](https://img.shields.io/badge/url-https%3A%2F%2Fgithub.com%2Ftestiumjs%2Ftestium--driver--wd%2Fissues-F4D03F)](https://github.com/testiumjs/testium-driver-wd/issues)
[![nlm-chat](https://img.shields.io/badge/chat-http%3A%2F%2Fsignup.testiumjs.com%2F-F4D03F?logo=chat&logoColor=white)](http://signup.testiumjs.com/)
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": "testium-driver-wd",
"version": "4.1.3",
"version": "4.1.4",
"description": "Testium backend powered by wd",
"license": "BSD-3-Clause",
"main": "lib/testium-driver-wd.js",
Expand Down

0 comments on commit 3a7982e

Please sign in to comment.