From 2a5ca6a36bb419146536b7b235228464dede4b94 Mon Sep 17 00:00:00 2001 From: "TheNoim@users.noreply.github.com" Date: Thu, 30 May 2024 18:37:06 +0000 Subject: [PATCH] chore(release): v0.8.5 --- CHANGELOG.md | 4 +++- deno.json | 2 +- reactive_home/config.yaml | 2 +- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bedb52..d081a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ +## [0.8.5](https://github.com/TheNoim/reactive-home/compare/0.8.4...0.8.5) (2024-05-30) + ## [0.8.4](https://github.com/TheNoim/reactive-home/compare/0.8.3...0.8.4) (2024-05-29) ## [0.8.3](https://github.com/TheNoim/reactive-home/compare/0.8.2...0.8.3) (2024-04-27) @@ -373,4 +375,4 @@ ## [0.0.4](https://github.com/TheNoim/reactive-home/compare/0.0.3...0.0.4) (2023-01-08) -## 0.0.3 (2023-01-08) \ No newline at end of file +## 0.0.3 (2023-01-08) diff --git a/deno.json b/deno.json index cb211d4..9aabaaa 100644 --- a/deno.json +++ b/deno.json @@ -6,7 +6,7 @@ "./loader": "./src/runtime/loader.ts" }, "name": "@noim/reactive-home", - "version": "0.8.3", + "version": "0.8.5", "fmt": { "options": { "indentWidth": 4 diff --git a/reactive_home/config.yaml b/reactive_home/config.yaml index a08d95b..4b47702 100644 --- a/reactive_home/config.yaml +++ b/reactive_home/config.yaml @@ -1,6 +1,6 @@ name: "Reactive Home" description: "Reactive home automation runtime for home assistant" -version: "0.8.4" +version: "0.8.5" slug: "reactive_home" init: false image: "ghcr.io/thenoim/reactive-home"