Skip to content

Commit 822c6b6

Browse files
committed
v2.3.1
1 parent 429f2c0 commit 822c6b6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 2.3.1
2+
3+
* Fixin mixin require logic - **[@dbushong](https://github.com/dbushong)** [#13](https://github.com/testiumjs/testium-driver-sync/pull/13)
4+
- [`a97f567`](https://github.com/testiumjs/testium-driver-sync/commit/a97f56737000d9b2dc7929562fefc2fa39c6d865) **fix:** properly handle modules-as-mixins
5+
- [`b5fc336`](https://github.com/testiumjs/testium-driver-sync/commit/b5fc3365e1f98a04dc93678776a4c766a7194534) **test:** fix tests for assertion library spacing tweaks
6+
7+
18
### 2.3.0
29

310
* feat: add & test buttonUp/Down & movePointerRelativeTo - **[@dbushong](https://github.com/dbushong)** [#12](https://github.com/testiumjs/testium-driver-sync/pull/12)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "testium-driver-sync",
3-
"version": "2.3.0",
3+
"version": "2.3.1",
44
"description": "Sync interface for testium",
55
"license": "BSD-3-Clause",
66
"main": "lib/testium-driver-sync.js",

0 commit comments

Comments
 (0)