diff --git a/CHANGELOG.md b/CHANGELOG.md index 4c5745a..9c9f89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [0.5.1](https://github.com/TheNoim/reactive-home/compare/0.5.0...0.5.1) (2023-12-09) + + +### Bug Fixes + +* **ci:** use current build script ([da508de](https://github.com/TheNoim/reactive-home/commit/da508de1bf919c4f91de80d8fc22a6c5ea835b3c)) + # [0.5.0](https://github.com/TheNoim/reactive-home/compare/0.4.9...0.5.0) (2023-12-09) diff --git a/package-lock.json b/package-lock.json index e6a3d6c..42be609 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.5.0" + "version": "0.5.1" }, "node_modules/@babel/code-frame": { "version": "7.18.6", @@ -10558,5 +10558,5 @@ "dev": true } }, - "version": "0.5.0" + "version": "0.5.1" } diff --git a/package.json b/package.json index 84e1e53..3e080eb 100644 --- a/package.json +++ b/package.json @@ -7,5 +7,5 @@ "scripts": { "release": "release-it --ci" }, - "version": "0.5.0" + "version": "0.5.1" } diff --git a/reactive_home/config.yaml b/reactive_home/config.yaml index dc14599..d8d7abf 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.5.0" +version: "0.5.1" slug: "reactive_home" init: false image: "ghcr.io/thenoim/reactive-home"