Skip to content

Commit

Permalink
v4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Feb 23, 2021
1 parent 4d0224d commit ee421bd
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 2 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.2 (2021-02-23)

#### 🐛 Bug Fixes

* [#62](https://github.com/testiumjs/testium-driver-wd/pull/62) fix: loadPage JSDOC + add @example ([@aaarichter](https://github.com/aaarichter))


### v4.1.1 (2021-02-18)

#### 🐛 Bug Fixes
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
![nlm-version](https://img.shields.io/badge/version-4.1.2-blue)
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue)
[![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)](http://signup.testiumjs.com/)
# Testium: wd driver [![Build Status](https://travis-ci.com/testiumjs/testium-driver-wd.svg?branch=master)](https://travis-ci.com/testiumjs/testium-driver-wd)

Bindings that allow using the promise chain variant of [`wd`](https://github.com/admc/wd/) in Testium.
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.1",
"version": "4.1.2",
"description": "Testium backend powered by wd",
"license": "BSD-3-Clause",
"main": "lib/testium-driver-wd.js",
Expand Down

0 comments on commit ee421bd

Please sign in to comment.