Skip to content

Commit

Permalink
chore: release v4.1.0
Browse files Browse the repository at this point in the history
* Support specifying the JS-Controller version in integration tests
  • Loading branch information
AlCalzone committed Aug 30, 2022
1 parent 2a7f522 commit 2418e03
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@
PLACEHOLDER for next version:
## __WORK IN PROGRESS__
-->
## 4.1.0 (2022-08-30)
* Support specifying the JS-Controller version in integration tests

## 4.0.0 (2022-08-28)
* BREAKING: Dropped support for Node.js 12
* Allow skipping test suites (`suite.skip()`) and running single test suites (`suite.only()`)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@iobroker/testing",
"version": "4.0.0",
"version": "4.1.0",
"description": "Shared utilities for adapter and module testing in ioBroker",
"main": "build/index.js",
"types": "build/index.d.ts",
Expand Down

0 comments on commit 2418e03

Please sign in to comment.