Skip to content

Commit

Permalink
chore: release v4.1.2
Browse files Browse the repository at this point in the history
* Fix: Use shell to spawn `npm` on Windows to prevent hanging
* Fix: Duplicate logging of `=> false` when testing if JS controller is running
  • Loading branch information
AlCalzone committed Apr 17, 2024
1 parent ae10050 commit d9a54c3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Expand Up @@ -4,7 +4,7 @@
PLACEHOLDER for next version:
## __WORK IN PROGRESS__
-->
## __WORK IN PROGRESS__
## 4.1.2 (2024-04-17)
* Fix: Use shell to spawn `npm` on Windows to prevent hanging
* Fix: Duplicate logging of `=> false` when testing if JS controller is running

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
@@ -1,6 +1,6 @@
{
"name": "@iobroker/testing",
"version": "4.1.1",
"version": "4.1.2",
"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 d9a54c3

Please sign in to comment.