diff --git a/CHANGELOG.md b/CHANGELOG.md index d081a1d..dc34626 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ +## [0.8.6](https://github.com/TheNoim/reactive-home/compare/0.8.5...0.8.6) (2024-05-30) + + +### Bug Fixes + +* **ci:** publish commit identity ([f7147d1](https://github.com/TheNoim/reactive-home/commit/f7147d179ba8de1e8b29c85d5cc95cb4a7d29468)) +* missing import map ([46f8e4e](https://github.com/TheNoim/reactive-home/commit/46f8e4ea36348caf7ac1883b80a1d681f7549828)) + ## [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) diff --git a/deno.json b/deno.json index 9aabaaa..8a39de5 100644 --- a/deno.json +++ b/deno.json @@ -6,7 +6,7 @@ "./loader": "./src/runtime/loader.ts" }, "name": "@noim/reactive-home", - "version": "0.8.5", + "version": "0.8.6", "fmt": { "options": { "indentWidth": 4 diff --git a/reactive_home/config.yaml b/reactive_home/config.yaml index 4b47702..f3589b7 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.5" +version: "0.8.6" slug: "reactive_home" init: false image: "ghcr.io/thenoim/reactive-home"