From 4ce13130e20ba6278914a864eeab26e2ebc1b5cb Mon Sep 17 00:00:00 2001 From: nlm Date: Sun, 22 Mar 2020 11:43:41 +0000 Subject: [PATCH] v3.0.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 34725b1..f7ad349 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +### 3.0.1 + +* chore: update packages - **[@aaarichter](https://github.com/aaarichter)** [#48](https://github.com/testiumjs/testium-core/pull/48) + - [`c80d875`](https://github.com/testiumjs/testium-core/commit/c80d87561f3ab78f682b6fff834a3b4355ff081a) **chore:** update packages + - [`6b65ed6`](https://github.com/testiumjs/testium-core/commit/6b65ed64ae9f11feef765f8ae92b27a9daa654b1) **test:** disable non-standard chromedriver tests + - [`5e694ff`](https://github.com/testiumjs/testium-core/commit/5e694ff606e3e987feb29ccfedc22215e5e0383a) **test:** seperate chromedriver tests + - [`f97687a`](https://github.com/testiumjs/testium-core/commit/f97687a902d8c1f41ed4ff7acf1ce76c6c717584) **test:** increase timeout + + ### 3.0.0 #### Breaking Changes diff --git a/package-lock.json b/package-lock.json index 5a1f7f1..5d392a4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "testium-core", - "version": "3.0.0", + "version": "3.0.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fb424fa..a3e934e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "testium-core", - "version": "3.0.0", + "version": "3.0.1", "description": "Juggling the bits and pieces to run integration tests", "license": "BSD-3-Clause", "main": "lib/testium-core.js",