diff --git a/CHANGELOG.md b/CHANGELOG.md index 12cab43..931697a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +### 2.10.3 + +* chore: upgrade packages - **[@aaarichter](https://github.com/aaarichter)** [#49](https://github.com/testiumjs/testium-driver-wd/pull/49) + - [`da15f43`](https://github.com/testiumjs/testium-driver-wd/commit/da15f4351bb3b65418ec6a3876528e41c1f15a6b) **chore:** upgrade packages + - [`9bc4e63`](https://github.com/testiumjs/testium-driver-wd/commit/9bc4e632b71ea8b8187211302be78ce86c736e14) **chore:** downgrade package to support node 8 + + ### 2.10.2 * package updates - **[@aaarichter](https://github.com/aaarichter)** [#48](https://github.com/testiumjs/testium-driver-wd/pull/48) diff --git a/package-lock.json b/package-lock.json index 87e97b7..b6a100f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "testium-driver-wd", - "version": "2.10.2", + "version": "2.10.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index a5e31f9..d4eaa30 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testium-driver-wd", - "version": "2.10.2", + "version": "2.10.3", "description": "Testium backend powered by wd", "license": "BSD-3-Clause", "main": "lib/testium-driver-wd.js",