Skip to content

Commit 2418e03

Browse files
committed
chore: release v4.1.0
* Support specifying the JS-Controller version in integration tests
1 parent 2a7f522 commit 2418e03

3 files changed

Lines changed: 6 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
PLACEHOLDER for next version:
55
## __WORK IN PROGRESS__
66
-->
7+
## 4.1.0 (2022-08-30)
8+
* Support specifying the JS-Controller version in integration tests
9+
710
## 4.0.0 (2022-08-28)
811
* BREAKING: Dropped support for Node.js 12
912
* Allow skipping test suites (`suite.skip()`) and running single test suites (`suite.only()`)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@iobroker/testing",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Shared utilities for adapter and module testing in ioBroker",
55
"main": "build/index.js",
66
"types": "build/index.d.ts",

0 commit comments

Comments
 (0)