Skip to content

Commit

Permalink
0.18.5
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Aug 5, 2024
1 parent 5eed5d7 commit e06aad3
Show file tree
Hide file tree
Showing 4 changed files with 59 additions and 38 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
80 changes: 45 additions & 35 deletions docs/index.html

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "e2ed",
"version": "0.18.4",
"version": "0.18.5",
"description": "E2E testing framework over TestCafe",
"keywords": [
"E2E",
Expand Down

0 comments on commit e06aad3

Please sign in to comment.