diff --git a/CHANGELOG.md b/CHANGELOG.md index 77a02b4..28500cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.7.8](https://github.com/TheNoim/reactive-home/compare/0.7.7...0.7.8) (2024-04-27) + + +### Bug Fixes + +* readd lock file ([463d01f](https://github.com/TheNoim/reactive-home/commit/463d01f42f3d633d7165a493a3f61363d82cb2ff)) + ## [0.7.7](https://github.com/TheNoim/reactive-home/compare/0.7.6...0.7.7) (2024-04-27) diff --git a/package-lock.json b/package-lock.json index 115dd57..8e60d4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -9,7 +9,7 @@ "@release-it/conventional-changelog": "^5.1.1", "release-it": "^15.6.0" }, - "version": "0.7.7" + "version": "0.7.8" }, "node_modules/@babel/code-frame": { "version": "7.18.6", @@ -10558,5 +10558,5 @@ "dev": true } }, - "version": "0.7.7" + "version": "0.7.8" } diff --git a/package.json b/package.json index a98946f..c466e3f 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,5 @@ "scripts": { "release": "release-it --ci" }, - "version": "0.7.7" + "version": "0.7.8" } diff --git a/reactive_home/config.yaml b/reactive_home/config.yaml index f66e15a..04097e1 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.7.7" +version: "0.7.8" slug: "reactive_home" init: false image: "ghcr.io/thenoim/reactive-home"