From 1ea5b027bebc19d061bdae43f5045c495a44a31e Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Wed, 18 Mar 2026 13:10:32 +0100 Subject: [PATCH] release 3.7.7 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 255a6db8e..9cde53f30 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 3.7.7 + +❤️ Thanks all to those who contributed to make this release! ❤️ + +🐛 *Bug Fixes* +* fix: `run-workers --by suite` parallelization broken by test file sorting (#5412) (#5419) - by @mirao +* fix: support Playwright 1.58+ output format in `codeceptjs info` (#5423) - by @mirao + +📖 *Documentation* +* doc: fix playwright link to external device list (#5450) - by @gimler + +## 🧹 Chores & Maintenance +- chore(deps): keep dependencies in sync (#5494, #5490, #5488, #5477, #5472, #5467, #5463, #5458, #5448) - by @thomashohn + ## 3.7.6 ❤️ Thanks all to those who contributed to make this release! ❤️ diff --git a/package.json b/package.json index 091e3e678..98435806c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeceptjs", - "version": "3.7.6", + "version": "3.7.7", "description": "Supercharged End 2 End Testing Framework for NodeJS", "keywords": [ "acceptance", @@ -204,4 +204,4 @@ "axios": "1.13.6", "fast-xml-parser": "^5.5.6" } -} +} \ No newline at end of file