diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ab881..8a9d505 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.4.5](https://github.com/brewcoua/webwisp-lib/compare/v1.4.4...v1.4.5) (2024-06-14) + + +### Bug Fixes + +* **prompts:** use relative path for example screenshots and pack assets ([3fd5c61](https://github.com/brewcoua/webwisp-lib/commit/3fd5c61b66a9be9cfb4bf2ae4d4bebd414ae08bd)) + ## [1.4.4](https://github.com/brewcoua/webwisp-lib/compare/v1.4.3...v1.4.4) (2024-06-14) diff --git a/package.json b/package.json index 10e00c3..4b701e5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@webwisp/lib", - "version": "1.4.4", + "version": "1.4.5", "description": "A web agent for automatic end-to-end testing of websites.", "license": "(MIT OR Apache-2.0)", "type": "module",