Skip to content

Commit 1939b83

Browse files
committed
Release 8.4.1
1 parent 51fa439 commit 1939b83

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@
33
> This project follows the [Keep a Changelog](https://keepachangelog.com/en/1.1.0/) format.
44
55
## [Unreleased]
6+
7+
## [8.4.1] - 2025-09-03
68
* feat: explicitly export types ([#322](https://github.com/vitalets/playwright-bdd/issues/322), [#330](https://github.com/vitalets/playwright-bdd/issues/330))
79

810
## [8.4.0] - 2025-08-22
@@ -282,7 +284,8 @@ Version v3 has several major updates based on the feedback.
282284
## 1.2.0
283285
* Initial public release
284286

285-
[unreleased]: https://github.com/vitalets/playwright-bdd/compare/v8.4.1-0...HEAD
287+
[unreleased]: https://github.com/vitalets/playwright-bdd/compare/v8.4.1...HEAD
288+
[8.4.1]: https://github.com/vitalets/playwright-bdd/compare/v8.4.0...v8.4.1
286289
[8.4.1-0]: https://github.com/vitalets/playwright-bdd/compare/v8.4.0...v8.4.1-0
287290
[8.4.0]: https://github.com/vitalets/playwright-bdd/compare/v8.3.1...v8.4.0
288291
[8.3.1]: https://github.com/vitalets/playwright-bdd/compare/v8.3.0...v8.3.1

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,7 +1,7 @@
11
{
22
"name": "playwright-bdd",
33
"description": "BDD Testing with Playwright runner",
4-
"version": "8.4.1-0",
4+
"version": "8.4.1",
55
"type": "commonjs",
66
"repository": {
77
"type": "git",

0 commit comments

Comments
 (0)