From e3de2110072956da6cdb5986dec6364719baca4d Mon Sep 17 00:00:00 2001 From: Github Action Date: Sat, 28 Sep 2024 09:29:48 +0000 Subject: [PATCH] chore: release v3.2.0 - (@foxriver76) updated types - (@GermanBluefox) Added i18n module - (@GermanBluefox) Migrated eslint to iobroker.eslint-config --- README.md | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) 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"