From 2eebb1775ca378b7de08fb964085197876f26ecb Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Sat, 23 Jul 2022 13:21:09 +0200 Subject: [PATCH] chore: release v0.1.9 * (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..d3b6826 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.9 (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 c81b5d6..f576162 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@iobroker/vis-widgets-react-dev", - "version": "0.1.8", + "version": "0.1.9", "description": "React classes to develop admin interfaces for ioBroker with react.", "author": { "name": "bluefox",