diff --git a/CHANGELOG.md b/CHANGELOG.md index e3f1808..b2b2dd9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 2.9.0 + +* feat: Add new evaluateAsync function - **[@JimLiu](https://github.com/JimLiu)** [#45](https://github.com/testiumjs/testium-driver-wd/pull/45) + - [`0fa2987`](https://github.com/testiumjs/testium-driver-wd/commit/0fa2987cc20315adff46a2d507d815eb9d5f564c) **feat:** Add new evaluateAsync function + + ### 2.8.1 * fix: pass flags to lighthouse audit from loadPage - **[@anil-groupon](https://github.com/anil-groupon)** [#44](https://github.com/testiumjs/testium-driver-wd/pull/44) diff --git a/package.json b/package.json index eb913e9..6aa9c9e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testium-driver-wd", - "version": "2.8.1", + "version": "2.9.0", "description": "Testium backend powered by wd", "license": "BSD-3-Clause", "main": "lib/testium-driver-wd.js",