diff --git a/README.md b/README.md index 40b7110..2a1409e 100644 --- a/README.md +++ b/README.md @@ -164,7 +164,7 @@ If you find errors in the definitions, e.g., function calls that should be allow Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> -### **WORK IN PROGRESS** +### 3.2.3 (2024-12-04) - (@foxriver76) loosen `@iobroker/types` peer dependency diff --git a/package-lock.json b/package-lock.json index 4ac44fd..1e46fc7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/adapter-core", - "version": "3.2.2", + "version": "3.2.3", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iobroker/adapter-core", - "version": "3.2.2", + "version": "3.2.3", "license": "MIT", "devDependencies": { "@alcalzone/esm2cjs": "^1.1.2", @@ -37,7 +37,7 @@ "node": ">=16" }, "peerDependencies": { - "@iobroker/types": "^6.0.11" + "@iobroker/types": ">=6.0.11" } }, "node_modules/@alcalzone/esm2cjs": { diff --git a/package.json b/package.json index 72e65fc..1ce39aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/adapter-core", - "version": "3.2.2", + "version": "3.2.3", "description": "Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.", "engines": { "node": ">=16"