From df39da2f59d39f7b8df8a6c6eb92d185a586e00a Mon Sep 17 00:00:00 2001 From: brewcoua <45310490+brewcoua@users.noreply.github.com> Date: Fri, 14 Jun 2024 09:07:26 +0000 Subject: [PATCH] chore(release): 1.4.4 [skip ci] ## [1.4.4](https://github.com/brewcoua/webwisp-lib/compare/v1.4.3...v1.4.4) (2024-06-14) ### Bug Fixes * **runner:** remove unnessary args from event methods ([951b9ef](https://github.com/brewcoua/webwisp-lib/commit/951b9efbe766f086071c26236a120dbd40ae1e67)) --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e66784..e2ab881 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.4](https://github.com/brewcoua/webwisp-lib/compare/v1.4.3...v1.4.4) (2024-06-14) + + +### Bug Fixes + +* **runner:** remove unnessary args from event methods ([951b9ef](https://github.com/brewcoua/webwisp-lib/commit/951b9efbe766f086071c26236a120dbd40ae1e67)) + ## [1.4.3](https://github.com/brewcoua/webwisp-lib/compare/v1.4.2...v1.4.3) (2024-06-14) diff --git a/package.json b/package.json index 5659e01..10e00c3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webwisp/lib", - "version": "1.4.3", + "version": "1.4.4", "description": "A web agent for automatic end-to-end testing of websites.", "license": "(MIT OR Apache-2.0)", "type": "module",