Skip to content

Commit

Permalink
0.19.7
Browse files Browse the repository at this point in the history
  • Loading branch information
uid11 committed Dec 24, 2024
1 parent 2e36016 commit d1e2d38
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 23 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [v0.19.7](https://github.com/joomcode/e2ed/tree/v0.19.7) (2024-12-24)

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

- [Merge pull request #101 from joomcode/fix/get-modules-graph-cjs](https://github.com/joomcode/e2ed/commit/2e36016b46a4f0d85a7657383c552cb9c6d6bdad) ([uid11](https://github.com/uid11))

fix: circular dependency in `get-modules-graph` in CJS

- [FI-970 fix: circular dependency in `get-modules-graph` in CJS](https://github.com/joomcode/e2ed/commit/fca5743f40c6e6be4757b9207a4d57adbb87f0d1) ([uid11](https://github.com/uid11))

## [v0.19.6](https://github.com/joomcode/e2ed/tree/v0.19.6) (2024-12-24)

[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.19.5...v0.19.6)
Expand Down
40 changes: 20 additions & 20 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.6",
"version": "0.19.7",
"description": "E2E testing framework over Playwright",
"keywords": [
"E2E",
Expand Down

0 comments on commit d1e2d38

Please sign in to comment.