Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
## 3.0.0
## 3.0.1

♨️ Hot fix:
* Lock the mocha version to avoid the errors. See #2624 by PeterNgTr

🐛 Bug Fix:
* Fixed error handling in Scenario.js. See #2607 by haveac1gar
* Changing type definition in order to allow the use of functions with any number of any arguments. See #2616 by akoltun

* Some updates/changes on documentations

## 3.0.0
> [ 👌 **LEARN HOW TO UPGRADE TO CODECEPTJS 3 ➡**](https://bit.ly/codecept3Up)

* Playwright set to be a default engine.
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "codeceptjs",
"version": "3.0.0",
"version": "3.0.1",
"description": "Supercharged End 2 End Testing Framework for NodeJS",
"keywords": [
"acceptance",
Expand Down Expand Up @@ -77,7 +77,7 @@
"lodash.merge": "^4.6.2",
"mkdirp": "^1.0.4",
"mocha": "8.1.3",
"mocha-junit-reporter": "^1.23.1",
"mocha-junit-reporter": "1.23.1",
"ms": "^2.1.2",
"parse-function": "^5.6.4",
"promise-retry": "^1.1.1",
Expand Down