Skip to content

Commit

Permalink
0.19.5
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Dec 6, 2024
1 parent d18c932 commit c6ddead
Show file tree
Hide file tree
Showing 4 changed files with 65 additions and 44 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.19.5](https://github.com/joomcode/e2ed/tree/v0.19.5) (2024-12-06)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.19.4...v0.19.5)

- [chore: update `node_modules/debug` to 4.4.0 to dedupe dependencies](https://github.com/joomcode/e2ed/commit/d18c932b46b82a8fe8d3e7423ab24310d56d9d3a) ([uid11](https://github.com/uid11))
- [Merge pull request #99 from joomcode/fix/is-rerequest-respect-pathname](https://github.com/joomcode/e2ed/commit/1f19ff9bb2bf8e235202fd60b75a20ff7ea82a61) ([uid11](https://github.com/uid11))

fix: `isReRequest` respect `pathname`

- [FI-1557 fix: `isReRequest` respect `pathname`](https://github.com/joomcode/e2ed/commit/a4715a95c230241145aedaedcecf40126c10a8a9) ([uid11](https://github.com/uid11))

## [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)
Expand Down
92 changes: 51 additions & 41 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.19.4",
"version": "0.19.5",
"description": "E2E testing framework over Playwright",
"keywords": [
"E2E",
Expand Down

0 comments on commit c6ddead

Please sign in to comment.