Skip to content

Commit 30a36a6

Browse files
authored
release 3.7.7 (#5495)
1 parent 051ced8 commit 30a36a6

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## 3.7.7
2+
3+
❤️ Thanks all to those who contributed to make this release! ❤️
4+
5+
🐛 *Bug Fixes*
6+
* fix: `run-workers --by suite` parallelization broken by test file sorting (#5412) (#5419) - by @mirao
7+
* fix: support Playwright 1.58+ output format in `codeceptjs info` (#5423) - by @mirao
8+
9+
📖 *Documentation*
10+
* doc: fix playwright link to external device list (#5450) - by @gimler
11+
12+
## 🧹 Chores & Maintenance
13+
- chore(deps): keep dependencies in sync (#5494, #5490, #5488, #5477, #5472, #5467, #5463, #5458, #5448) - by @thomashohn
14+
115
## 3.7.6
216

317
❤️ Thanks all to those who contributed to make this release! ❤️

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeceptjs",
3-
"version": "3.7.6",
3+
"version": "3.7.7",
44
"description": "Supercharged End 2 End Testing Framework for NodeJS",
55
"keywords": [
66
"acceptance",
@@ -204,4 +204,4 @@
204204
"axios": "1.13.6",
205205
"fast-xml-parser": "^5.5.6"
206206
}
207-
}
207+
}

0 commit comments

Comments
 (0)