From 63f0fb7d2f329cbe4ea71e6c42de1b46d5f00271 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Fri, 19 Aug 2022 11:23:16 +0200 Subject: [PATCH] chore: release v2.1.4 * (bluefox) Added check for adapter name: it may not start with '_' --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 47201e6..d9bb7fe 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Branch (`master/main/dev`) is optional. --> ## Changelog -### **WORK IN PROGRESS** +### 2.1.4 (2022-08-19) * (bluefox) Added check for adapter name: it may not start with '_' ### 2.1.2 (2022-07-14) diff --git a/package.json b/package.json index 8ddcda4..8f4b132 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.3", + "version": "2.1.4", "name": "@iobroker/repochecker", "dependencies": { "axios": "^0.27.2",