From 82fcff24d8b5d35cba3eceefcf92423d4fd42a30 Mon Sep 17 00:00:00 2001 From: Thiemo Hoffmann <20605452+theimo1221@users.noreply.github.com> Date: Sun, 29 May 2022 00:44:21 +0200 Subject: [PATCH] chore: release v3.0.0-beta.12 * (theimo1221) Fix error in beta.11 in regards to new installations * (theimo1221) Harden Event Handling to prevent rare permanent busy occasions * (theimo1221) Add support for doorbell device `doorbell_graham_cracker` --- README.md | 3 +-- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7fdb5f51..e843eec2 100755 --- a/README.md +++ b/README.md @@ -51,8 +51,7 @@ You can use special variables for your livestream and snapshort path and filenam Placeholder for the next version (at the beginning of the line): ### **WORK IN PROGRESS** --> - -### **WORK IN PROGRESS** +### 3.0.0-beta.12 (2022-05-28) * (theimo1221) Fix error in beta.11 in regards to new installations * (theimo1221) Harden Event Handling to prevent rare permanent busy occasions * (theimo1221) Add support for doorbell device `doorbell_graham_cracker` diff --git a/package-lock.json b/package-lock.json index 90271c58..47450847 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "iobroker.ring", - "version": "3.0.0-beta.11", + "version": "3.0.0-beta.12", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "iobroker.ring", - "version": "3.0.0-beta.11", + "version": "3.0.0-beta.12", "license": "MIT", "dependencies": { "@iobroker/adapter-core": "^2.6.0", diff --git a/package.json b/package.json index c3b9ae57..b0ca1754 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "iobroker.ring", - "version": "3.0.0-beta.11", + "version": "3.0.0-beta.12", "description": "Ring", "author": { "name": "Thiemo Hoffmann",