From c27bde5b771915afe277c34c31795e3cdb07c091 Mon Sep 17 00:00:00 2001 From: Nils Bergmann Date: Thu, 30 May 2024 19:01:19 +0000 Subject: [PATCH] chore(release): v0.8.7 --- CHANGELOG.md | 7 +++++++ deno.json | 2 +- reactive_home/config.yaml | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc34626..5a78b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.8.7](https://github.com/TheNoim/reactive-home/compare/0.8.6...0.8.7) (2024-05-30) + + +### Bug Fixes + +* skip import map for pipe loading ([0c5fcc1](https://github.com/TheNoim/reactive-home/commit/0c5fcc12b7260d6d467a7dcb1707e6eef13982ef)) + ## [0.8.6](https://github.com/TheNoim/reactive-home/compare/0.8.5...0.8.6) (2024-05-30) diff --git a/deno.json b/deno.json index 8a39de5..24b3482 100644 --- a/deno.json +++ b/deno.json @@ -6,7 +6,7 @@ "./loader": "./src/runtime/loader.ts" }, "name": "@noim/reactive-home", - "version": "0.8.6", + "version": "0.8.7", "fmt": { "options": { "indentWidth": 4 diff --git a/reactive_home/config.yaml b/reactive_home/config.yaml index f3589b7..00a2a3a 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.6" +version: "0.8.7" slug: "reactive_home" init: false image: "ghcr.io/thenoim/reactive-home"