From d9a54c3ee896257c334c7b6179ef9982903caa2c Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Wed, 17 Apr 2024 08:46:13 +0200 Subject: [PATCH] chore: release v4.1.2 * Fix: Use shell to spawn `npm` on Windows to prevent hanging * Fix: Duplicate logging of `=> false` when testing if JS controller is running --- CHANGELOG.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 75be655..d4990a8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package-lock.json b/package-lock.json index 41b1a9d..a4d07f8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/testing", - "version": "4.1.1", + "version": "4.1.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iobroker/testing", - "version": "4.1.1", + "version": "4.1.2", "license": "MIT", "dependencies": { "alcalzone-shared": "~4.0.3", diff --git a/package.json b/package.json index ca2d389..305649f 100644 --- a/package.json +++ b/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",