Skip to content

Commit 4ffea9d

Browse files
committed
0.20.11
1 parent 18f4acf commit 4ffea9d

5 files changed

Lines changed: 65 additions & 82 deletions

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [v0.20.11](https://github.com/joomcode/e2ed/tree/v0.20.11) (2025-05-20)
4+
5+
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.10...v0.20.11)
6+
7+
- [Merge pull request #118 from joomcode/feat/add-step-function](https://github.com/joomcode/e2ed/commit/18f4acfdbed5e6692bca116f3c45c5b2a4fc2c33) ([uid11](https://github.com/uid11))
8+
9+
feat: add function `step` to public API
10+
11+
- [PRO-10777 feat: add function `step` to public API](https://github.com/joomcode/e2ed/commit/d95d5030134df14a16b9723093fa71d9652d81f0) ([uid11](https://github.com/uid11))
12+
313
## [v0.20.10](https://github.com/joomcode/e2ed/tree/v0.20.10) (2025-05-20)
414

515
[Full Changelog](https://github.com/joomcode/e2ed/compare/v0.20.9...v0.20.10)

docs/index.html

Lines changed: 52 additions & 79 deletions
Large diffs are not rendered by default.

docs/screenshots/screenshot.png

25 Bytes
Loading

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "e2ed",
3-
"version": "0.20.10",
3+
"version": "0.20.11",
44
"description": "E2E testing framework over Playwright",
55
"keywords": [
66
"E2E",

0 commit comments

Comments
 (0)