From a3e18dc34fa6d64b9592521fc6573185aac0ea52 Mon Sep 17 00:00:00 2001 From: GermanBluefox Date: Thu, 21 Sep 2023 16:42:21 +0200 Subject: [PATCH] chore: release v2.1.12 * (bluefox) Added check of using '_' in adapter name --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2506a56..b5491e1 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Branch (`master/main/dev`) is optional. --> ## Changelog -### **WORK IN PROGRESS** +### 2.1.12 (2023-09-21) * (bluefox) Added check of using '_' in adapter name ### 2.1.11 (2023-09-05) diff --git a/package.json b/package.json index 8d6b7c8..131026e 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "version": "2.1.11", + "version": "2.1.12", "name": "@iobroker/repochecker", "dependencies": { "axios": "^1.5.0",