diff --git a/CHANGELOG.md b/CHANGELOG.md index 6538aaa..89007f8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.1](https://github.com/brewcoua/webwisp-lib/compare/v1.4.0...v1.4.1) (2024-06-14) + + +### Bug Fixes + +* **lib:** export runner status type ([f16f235](https://github.com/brewcoua/webwisp-lib/commit/f16f2352f87c71e39dd4590588ec48b0dae47a6f)) + # [1.4.0](https://github.com/brewcoua/webwisp-lib/compare/v1.3.1...v1.4.0) (2024-06-14) diff --git a/package.json b/package.json index 3f82cd1..35671f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webwisp/lib", - "version": "1.4.0", + "version": "1.4.1", "description": "A web agent for automatic end-to-end testing of websites.", "license": "(MIT OR Apache-2.0)", "type": "module",