From e06aad34ec0b65b60c0698cd6aadd3acec696037 Mon Sep 17 00:00:00 2001 From: uid11 Date: Mon, 5 Aug 2024 17:19:45 +0300 Subject: [PATCH] 0.18.5 --- CHANGELOG.md | 11 +++++++ docs/index.html | 80 ++++++++++++++++++++++++++--------------------- package-lock.json | 4 +-- package.json | 2 +- 4 files changed, 59 insertions(+), 38 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f3a7bbe3..73b6c54a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [v0.18.5](https://github.com/joomcode/e2ed/tree/v0.18.5) (2024-08-05) + +[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.18.4...v0.18.5) + +- [fix: security issues with API keys in logs](https://github.com/joomcode/e2ed/commit/5eed5d7c2f611f0e00c81f370ea1009b3a5b5a4e) ([uid11](https://github.com/uid11)) +- [Merge pull request #83 from joomcode/fix/headers-mapping](https://github.com/joomcode/e2ed/commit/b073b6a1528a7702241d42805c57e133ff36737a) ([uid11](https://github.com/uid11)) + + fix: mapping of `set-cookie` header and other headers + +- [FI-1237 fix: mapping of `set-cookie` header and other headers](https://github.com/joomcode/e2ed/commit/57334202f0bdc9cb887b4bd6e8cf24ba9e4a3862) ([uid11](https://github.com/uid11)) + ## [v0.18.4](https://github.com/joomcode/e2ed/tree/v0.18.4) (2024-07-30) [Full Changelog](https://github.com/joomcode/e2ed/compare/v0.18.3...v0.18.4) diff --git a/docs/index.html b/docs/index.html index d40a0fc0..b6577719 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1203,30 +1203,30 @@

Execution

Retry 1

- – - UTC - (19s 190ms) + – + UTC + (24s 27ms)

@@ -1349,6 +1359,6 @@

Retry 1

data-testid="app-column2" >

No test selected

- + \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index d6f6c83c..8b682a63 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "e2ed", - "version": "0.18.4", + "version": "0.18.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "e2ed", - "version": "0.18.4", + "version": "0.18.5", "license": "MIT", "dependencies": { "@playwright/test": "1.45.3", diff --git a/package.json b/package.json index 4574bad3..3af02610 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "e2ed", - "version": "0.18.4", + "version": "0.18.5", "description": "E2E testing framework over TestCafe", "keywords": [ "E2E",