We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e6415c commit 5abda10Copy full SHA for 5abda10
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+## 3.6.10
2
+
3
+❤️ Thanks all to those who contributed to make this release! ❤️
4
5
+🐛 *Bug Fixes*
6
+fix(cli): missing failure counts when there is failedHooks (#4633) - by @kobenguyent
7
8
+## 3.6.9
9
10
11
12
+🐛 *Hot Fixes*
13
+fix: could not run tests due to missing `invisi-data` lib - by @kobenguyent
14
15
## 3.6.8
16
17
❤️ Thanks all to those who contributed to make this release! ❤️
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 @@
184
"strict": false
185
}
186
187
-}
+}
0 commit comments