From 128ceafda1e9ae3a3c8c630ac3451ef303175d28 Mon Sep 17 00:00:00 2001 From: nlm Date: Fri, 18 Oct 2019 21:30:02 +0000 Subject: [PATCH] v2.10.1 --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b4a1aa7..83a263c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +### 2.10.1 + +* chore: remove co - **[@aotarola](https://github.com/aotarola)** [#47](https://github.com/testiumjs/testium-driver-wd/pull/47) + - [`2aa7e68`](https://github.com/testiumjs/testium-driver-wd/commit/2aa7e683931f0c2a354f229992f0966a4ba274aa) **chore:** remove co + - [`8044508`](https://github.com/testiumjs/testium-driver-wd/commit/8044508cfcb1794124cd17304bcaf0ba0982e818) **test:** linter string + - [`b7dbe8a`](https://github.com/testiumjs/testium-driver-wd/commit/b7dbe8ab566028697497875aef2341cf77bbba51) **chore:** update deps & syntax + + ### 2.10.0 * feat: new a11yAudit function - **[@JimLiu](https://github.com/JimLiu)** [#46](https://github.com/testiumjs/testium-driver-wd/pull/46) diff --git a/package.json b/package.json index fe61186..ce3e8de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testium-driver-wd", - "version": "2.10.0", + "version": "2.10.1", "description": "Testium backend powered by wd", "license": "BSD-3-Clause", "main": "lib/testium-driver-wd.js",