From acb8e1d5ababe573c82d97e04129e706ed407834 Mon Sep 17 00:00:00 2001 From: Badisi Date: Fri, 6 Sep 2024 16:35:24 +0200 Subject: [PATCH] chore: v4.0.0 --- package-lock.json | 2 +- projects/library/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index a63be4e..764e127 100644 --- a/package-lock.json +++ b/package-lock.json @@ -17642,7 +17642,7 @@ }, "projects/library": { "name": "@badisi/wdio-harness", - "version": "3.1.6", + "version": "4.0.0", "license": "MIT", "dependencies": { "@colors/colors": "^1.6.0" diff --git a/projects/library/package.json b/projects/library/package.json index fc8901c..51a49a4 100644 --- a/projects/library/package.json +++ b/projects/library/package.json @@ -1,6 +1,6 @@ { "name": "@badisi/wdio-harness", - "version": "3.1.6", + "version": "4.0.0", "description": "WebdriverIO support for Angular component test harnesses.", "homepage": "https://github.com/badisi/wdio-harness", "license": "MIT",