From 9fc1555123aac8b69e7374168aa7346abf47ab68 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 10:56:33 +0000 Subject: [PATCH 1/2] updated CHANGELOG.md [ci skip] --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index cc29f58..2126477 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [1.1.0](https://www.github.com/cfware/tap-selenium-manager/compare/v1.0.0...v1.1.0) (2020-05-28) + + +### Features + +* testBrowser resolves boolean telling if tests ran ([1cc8402](https://www.github.com/cfware/tap-selenium-manager/commit/1cc840298985c66221932dcff516aa10079acd2b)) + ## [1.0.0](https://www.github.com/cfware/tap-selenium-manager/compare/v0.1.0...v1.0.0) (2020-05-18) From d18e4407a7c14269031653e44dd419984cbeeb5f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 May 2020 10:56:34 +0000 Subject: [PATCH 2/2] updated package.json [ci skip] --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b0762b9..607abd8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cfware/tap-selenium-manager", - "version": "1.0.0", + "version": "1.1.0", "description": "Selenium Manager for tap", "main": "index.js", "type": "module",