From f6867ba1a54b3410a6e16b5f663e0d082686adda Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sat, 23 Jul 2022 13:25:22 +0200 Subject: [PATCH] chore: release v0.1.10 * (bluefox) Added search for i18n keys in the code --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 64d38ce..6e30f3c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ See here: https://github.com/ioBroker/ioBroker.vis-widgets-react-template --> ## Changelog -### **WORK IN PROGRESS** +### 0.1.10 (2022-07-23) * (bluefox) Added search for i18n keys in the code ### 0.1.7 (2022-07-22) diff --git a/package.json b/package.json index 03371d1..a2ddbf6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/vis-widgets-react-dev", - "version": "0.1.9", + "version": "0.1.10", "description": "React classes to develop admin interfaces for ioBroker with react.", "author": { "name": "bluefox",