diff --git a/CHANGELOG.md b/CHANGELOG.md index e62093b..a86b037 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 39f666f..d69f130 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 b19167c..2343d1f 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",