From 5d52c624b3911fdca33f5cc137eb3f20d7afaadd Mon Sep 17 00:00:00 2001 From: kobenguyent Date: Wed, 11 Dec 2024 10:37:58 +0100 Subject: [PATCH] release 3.6.10 --- CHANGELOG.md | 14 ++++++++++++++ package.json | 4 ++-- 2 files changed, 16 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c769257c..5fc27f979 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 3.6.10 + +❤️ Thanks all to those who contributed to make this release! ❤️ + +🐛 *Bug Fixes* +fix(cli): missing failure counts when there is failedHooks (#4633) - by @kobenguyent + +## 3.6.9 + +❤️ Thanks all to those who contributed to make this release! ❤️ + +🐛 *Hot Fixes* +fix: could not run tests due to missing `invisi-data` lib - by @kobenguyent + ## 3.6.8 ❤️ Thanks all to those who contributed to make this release! ❤️ diff --git a/package.json b/package.json index a3fc44c48..e161753ef 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "codeceptjs", - "version": "3.6.9", + "version": "3.6.10", "description": "Supercharged End 2 End Testing Framework for NodeJS", "keywords": [ "acceptance", @@ -184,4 +184,4 @@ "strict": false } } -} +} \ No newline at end of file