diff --git a/README.md b/README.md index 837d929..055ad14 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.0 (2024-09-28) - (@foxriver76) updated types - (@GermanBluefox) Added i18n module diff --git a/package-lock.json b/package-lock.json index 234ec25..d0d8c50 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@iobroker/adapter-core", - "version": "3.1.7", + "version": "3.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@iobroker/adapter-core", - "version": "3.1.7", + "version": "3.2.0", "license": "MIT", "devDependencies": { "@alcalzone/esm2cjs": "^1.1.2", diff --git a/package.json b/package.json index 3081fde..80da25e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/adapter-core", - "version": "3.1.7", + "version": "3.2.0", "description": "Core module to be used in ioBroker adapters. Acts as the bridge to js-controller.", "engines": { "node": ">=16"