diff --git a/CHANGELOG.md b/CHANGELOG.md index 72e29355..bf59e19a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [v0.19.4](https://github.com/joomcode/e2ed/tree/v0.19.4) (2024-12-04) + +[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.19.3...v0.19.4) + +- [Merge pull request #98 from joomcode/fix/add-logs-to-rerequests](https://github.com/joomcode/e2ed/commit/692f380a1840ce63caf3d0d1ab7259c19b8721a0) ([uid11](https://github.com/uid11)) + + feat: add `addLogsWithTags` field to pack config + +- [FI-1569 feat: add `addLogsWithTags` field to pack config](https://github.com/joomcode/e2ed/commit/41ad5f771c144f0c075becb54bcadf7daa4f262b) ([uid11](https://github.com/uid11)) + + chore: update `prettier` to 3.4.2 + ## [v0.19.3](https://github.com/joomcode/e2ed/tree/v0.19.3) (2024-12-03) [Full Changelog](https://github.com/joomcode/e2ed/compare/v0.19.2...v0.19.3) diff --git a/docs/index.html b/docs/index.html index dee5e7f5..a332a682 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1278,9 +1278,9 @@

Execution

Retry 1

- – - UTC - (24s 414ms) + – + UTC + (24s 29ms)

Retry 2

- – - UTC - (270ms) + – + UTC + (258ms)

@@ -1454,6 +1454,6 @@

Retry 2

data-testid="column2" >

No test selected

- + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 1807997c..216bd26d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e2ed", - "version": "0.19.3", + "version": "0.19.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "e2ed", - "version": "0.19.3", + "version": "0.19.4", "license": "MIT", "dependencies": { "@playwright/test": "1.49.0", diff --git a/package.json b/package.json index 98cc5c55..8cd9540c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e2ed", - "version": "0.19.3", + "version": "0.19.4", "description": "E2E testing framework over Playwright", "keywords": [ "E2E",