diff --git a/CHANGELOG.md b/CHANGELOG.md index 4182108..50ffa25 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ PLACEHOLDER for next version: ## __WORK IN PROGRESS__ --> -## __WORK IN PROGRESS__ +## 4.1.3 (2024-04-17) * Allow (deprecated) HTML as admin UI in package tests, so old adapters using HTML UI can still utilize the rest of the package tests ## 4.1.2 (2024-04-17) diff --git a/package-lock.json b/package-lock.json index a4d07f8..8aefc7f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/testing", - "version": "4.1.2", + "version": "4.1.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@iobroker/testing", - "version": "4.1.2", + "version": "4.1.3", "license": "MIT", "dependencies": { "alcalzone-shared": "~4.0.3", diff --git a/package.json b/package.json index 305649f..fa6d618 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/testing", - "version": "4.1.2", + "version": "4.1.3", "description": "Shared utilities for adapter and module testing in ioBroker", "main": "build/index.js", "types": "build/index.d.ts",