Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Jun 10, 2020
1 parent d8e3c91 commit 2dc4cea
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
### 4.0.0 - 2020-06-10

#### Breaking Changes



*See: [`c69bd29`](https://github.com/testiumjs/testium-driver-wd/commit/c69bd290c16df18f14336df5ef02b15ca19d91f8)*

#### Commits

* chore: upgrade dependencies (puppeteer 3.x & lighthouse 6.x) - **[@aaarichter](https://github.com/aaarichter)** [#54](https://github.com/testiumjs/testium-driver-wd/pull/54)
- [`e7ebe77`](https://github.com/testiumjs/testium-driver-wd/commit/e7ebe7792bf025a23c3096f5d6ddc9521c48a53d) **chore:** update dependencies & lint
- [`55aca57`](https://github.com/testiumjs/testium-driver-wd/commit/55aca57e58fe44d4e2394a564bdd852600fb2c0f) **chore:** upgrade to puppeeteer 3.x
- [`3df1d88`](https://github.com/testiumjs/testium-driver-wd/commit/3df1d88238b1b818115fa5132d381ec57b8f7352) **chore:** set node 14 in travis.yml
- [`0db83aa`](https://github.com/testiumjs/testium-driver-wd/commit/0db83aab4130a6d4e8c131e6fae04a6ad3dccc99) **chore:** upgrade uuid
- [`c69bd29`](https://github.com/testiumjs/testium-driver-wd/commit/c69bd290c16df18f14336df5ef02b15ca19d91f8) **chore:** upgrade lighthouse from 5.x to 6.x - see: [testiumjs//github.com/GoogleChrome/lighthouse/blob/master/changelog.md#600-2020-05-19](https://github.com/testiumjs//github.com/GoogleChrome/lighthouse/blob/master/changelog.md/issues/600-2020-05-19)
- [`2b7b665`](https://github.com/testiumjs/testium-driver-wd/commit/2b7b665ea14b1359a8e2f1d41b3d3fe02200e5a1) **chore:** update dependencies & travis syntax


### 3.1.1 - 2020-04-07

* style: rename types - **[@aaarichter](https://github.com/aaarichter)** [#52](https://github.com/testiumjs/testium-driver-wd/pull/52)
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": "3.1.1",
"version": "4.0.0",
"description": "Testium backend powered by wd",
"license": "BSD-3-Clause",
"main": "lib/testium-driver-wd.js",
Expand Down

0 comments on commit 2dc4cea

Please sign in to comment.