diff --git a/CHANGELOG.md b/CHANGELOG.md index 2da3345..ecf7d6f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.8.9](https://github.com/TheNoim/reactive-home/compare/0.8.8...0.8.9) (2024-05-30) + + +### Bug Fixes + +* worker url ([eed566d](https://github.com/TheNoim/reactive-home/commit/eed566de4839d475f478a325ddcfc5604b81edeb)) + ## [0.8.8](https://github.com/TheNoim/reactive-home/compare/0.8.7...0.8.8) (2024-05-30) diff --git a/deno.json b/deno.json index 26eeb69..bdc2ba3 100644 --- a/deno.json +++ b/deno.json @@ -6,7 +6,7 @@ "./loader": "./src/runtime/loader.ts" }, "name": "@noim/reactive-home", - "version": "0.8.8", + "version": "0.8.9", "fmt": { "options": { "indentWidth": 4 diff --git a/reactive_home/config.yaml b/reactive_home/config.yaml index 8bafe85..5f8b030 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.8" +version: "0.8.9" slug: "reactive_home" init: false image: "ghcr.io/thenoim/reactive-home"