Skip to content

Commit 0703a3d

Browse files
chore(main): release 1.0.1 (#7)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 872ba18 commit 0703a3d

3 files changed

Lines changed: 11 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/NoamGaash/playwright-assertions/compare/v1.0.0...v1.0.1) (2025-11-22)
4+
5+
6+
### Bug Fixes
7+
8+
* make types strictier ([872ba18](https://github.com/NoamGaash/playwright-assertions/commit/872ba185c156fcdb887d6e8e82622a7862e50a4d))
9+
* make types strictier ([9a76d14](https://github.com/NoamGaash/playwright-assertions/commit/9a76d14e8d755078b7058f231024dc5ae2e60037))
10+
311
## 1.0.0 (2025-11-21)
412

513

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": "playwright-assertions",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "Custom matchers for Playwright",
55
"files": [
66
"lib/**/*"

0 commit comments

Comments
 (0)