Skip to content

Commit f8b2dcb

Browse files
authored
Merge pull request #2 from NoamGaash/release-please--branches--main--components--playwright-assertions
chore(main): release 1.0.0
2 parents f6d3c98 + ffd1c8a commit f8b2dcb

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
3+
## 1.0.0 (2025-11-21)
4+
5+
6+
### Features
7+
8+
* add custom matchers for array assertions ([194ce5e](https://github.com/NoamGaash/playwright-assertions/commit/194ce5e6be1430ac1e8fc5d6112bc5d31864e97f))
9+
* add GitHub workflows for npm publishing and release management ([3fae280](https://github.com/NoamGaash/playwright-assertions/commit/3fae2800b4614562f0237a6256d51834e6a04856))
10+
* add README and tests for array matchers ([b0a7ce2](https://github.com/NoamGaash/playwright-assertions/commit/b0a7ce2a2ec838daa57a0f91356963f87e0d6a2b))
11+
12+
13+
### Bug Fixes
14+
15+
* update npm publish command and add 'dom' to TypeScript lib ([d039061](https://github.com/NoamGaash/playwright-assertions/commit/d03906101058ae3b4a3d34763eb75d5e3e2bd5aa))

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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playwright-assertions",
3-
"version": "0.0.1",
3+
"version": "1.0.0",
44
"description": "Custom matchers for Playwright",
55
"files": [
66
"lib/**/*"
@@ -45,6 +45,6 @@
4545
"assertions",
4646
"custom-matchers",
4747
"testing",
48-
"automation"
48+
"automation"
4949
]
5050
}

0 commit comments

Comments
 (0)