Skip to content

Commit 5abda10

Browse files
authored
release 3.6.10 (#4635)
1 parent 3e6415c commit 5abda10

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -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+
❤️ Thanks all to those who contributed to make this release! ❤️
11+
12+
🐛 *Hot Fixes*
13+
fix: could not run tests due to missing `invisi-data` lib - by @kobenguyent
14+
115
## 3.6.8
216

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

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codeceptjs",
3-
"version": "3.6.9",
3+
"version": "3.6.10",
44
"description": "Supercharged End 2 End Testing Framework for NodeJS",
55
"keywords": [
66
"acceptance",
@@ -184,4 +184,4 @@
184184
"strict": false
185185
}
186186
}
187-
}
187+
}

0 commit comments

Comments
 (0)