Skip to content

Commit

Permalink
chore(release): 1.8.0-beta.16 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0-beta.16](v1.8.0-beta.15...v1.8.0-beta.16) (2024-11-17)

### Bug Fixes

* update retry options and improve tests for retryUntilTruthy ([2f024d1](2f024d1))
  • Loading branch information
semantic-release-bot committed Nov 17, 2024
1 parent 766fcee commit 100836b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.8.0-beta.16](https://github.com/spaceagetv/electron-playwright-helpers/compare/v1.8.0-beta.15...v1.8.0-beta.16) (2024-11-17)


### Bug Fixes

* update retry options and improve tests for retryUntilTruthy ([2f024d1](https://github.com/spaceagetv/electron-playwright-helpers/commit/2f024d185c93b504163200b30be1be73ffe4f3bf))

# [1.8.0-beta.15](https://github.com/spaceagetv/electron-playwright-helpers/compare/v1.8.0-beta.14...v1.8.0-beta.15) (2024-11-17)


Expand Down
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": "electron-playwright-helpers",
"version": "1.8.0-beta.15",
"version": "1.8.0-beta.16",
"description": "Helper functions for Electron end-to-end testing using Playwright",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 100836b

Please sign in to comment.