From d81a6d8ad2bcf707ce48060b474851772b10f544 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Mon, 28 Mar 2022 01:57:21 +0200 Subject: [PATCH] chore: release v2.1.4 * (bluefox) Added `log` method to connection * (bluefox) Corrected translations --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e470f7bf..66ea436a 100644 --- a/README.md +++ b/README.md @@ -639,7 +639,7 @@ If you still have questions, try to find an answer [here](https://mui.com/guides --> ## Changelog -### **WORK IN PROGRESS** +### 2.1.4 (2022-03-27) * (bluefox) Added `log` method to connection * (bluefox) Corrected translations diff --git a/package.json b/package.json index 6e5d3dac..f6f2ac44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/adapter-react-v5", - "version": "2.1.3", + "version": "2.1.4", "description": "React classes to develop admin interfaces for ioBroker with react.", "author": { "name": "bluefox",