From 26fdf7927718b44412b184233fbd4602968b4490 Mon Sep 17 00:00:00 2001 From: Dominic Griesel Date: Tue, 5 Mar 2024 12:36:26 +0100 Subject: [PATCH] chore: release v4.1.1 * Add support for the new `licenseInformation` field in `io-package.json` * Add test for the `tier` field in `io-package.json` * Honor `onlyWWW` flag in `io-package.json` --- 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 e62093b0..a86b0374 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ PLACEHOLDER for next version: ## __WORK IN PROGRESS__ --> -## __WORK IN PROGRESS__ +## 4.1.1 (2024-03-05) * Add support for the new `licenseInformation` field in `io-package.json` * Add test for the `tier` field in `io-package.json` * Honor `onlyWWW` flag in `io-package.json` diff --git a/package-lock.json b/package-lock.json index 39f666f1..d69f1305 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/testing", - "version": "4.1.0", + "version": "4.1.1", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iobroker/testing", - "version": "4.1.0", + "version": "4.1.1", "license": "MIT", "dependencies": { "alcalzone-shared": "~4.0.3", diff --git a/package.json b/package.json index b19167c4..2343d1fd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/testing", - "version": "4.1.0", + "version": "4.1.1", "description": "Shared utilities for adapter and module testing in ioBroker", "main": "build/index.js", "types": "build/index.d.ts",