Skip to content

Commit

Permalink
chore(release): v0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
TheNoim committed May 30, 2024
1 parent d79f255 commit 1fb8091
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 4 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@


## [0.9.1](https://github.com/TheNoim/reactive-home/compare/0.9.0...0.9.1) (2024-05-30)


### Bug Fixes

* version history ([d79f255](https://github.com/TheNoim/reactive-home/commit/d79f255750e0c27198aa17ae47ef89f7c18fb4d2))


### Reverts

* Revert "refactor: migrate to jsr" ([18605dd](https://github.com/TheNoim/reactive-home/commit/18605dd757f24a320ccb5db7d2b6babab8f16ad5))
* Revert "chore(release): v0.8.5" ([d3dba4e](https://github.com/TheNoim/reactive-home/commit/d3dba4e1e60510f54b0fb82153fdd6abe738f4ec))
* Revert "fix: missing import map" ([45cf5f4](https://github.com/TheNoim/reactive-home/commit/45cf5f4d6a221b299b7deac354ecf8f7b6dc081a))
* Revert "fix(ci): publish commit identity" ([41cfac0](https://github.com/TheNoim/reactive-home/commit/41cfac0f8ebf2154a6baac82ad5a4c37b5929616))
* Revert "chore(release): v0.8.6" ([e7ed685](https://github.com/TheNoim/reactive-home/commit/e7ed6851ccf689bc33a37a53d3c5115ee5ef5a28))
* Revert "fix: skip import map for pipe loading" ([8bf9e57](https://github.com/TheNoim/reactive-home/commit/8bf9e57dc2220fdf3d19a2468277e63c6a567a81))
* Revert "chore(release): v0.8.7" ([60ddc98](https://github.com/TheNoim/reactive-home/commit/60ddc98f20ec5fbfea4b2a01bb30e02d08bfb372))
* Revert "fix: path loading" ([2492abb](https://github.com/TheNoim/reactive-home/commit/2492abb386f69b44b8a9c073eb88938abeff0c95))
* Revert "chore(release): v0.8.8" ([b7443d1](https://github.com/TheNoim/reactive-home/commit/b7443d123f8f2f6a8f9cb4513883efb11d366ed4))
* Revert "fix: worker url" ([ebf6e80](https://github.com/TheNoim/reactive-home/commit/ebf6e80f7eb5fa06f5ecc3a2b56335f3fe58f350))
* Revert "chore(release): v0.8.9" ([447de65](https://github.com/TheNoim/reactive-home/commit/447de6556a3a13fc8b533f6bb8f51c515f7ca208))
* Revert "chore(deno): upgrade deno to 1.44.0" ([760a389](https://github.com/TheNoim/reactive-home/commit/760a389662adc8658badcc1790a1eda48b280b26))
* Revert "chore(release): v0.8.10" ([fbae07b](https://github.com/TheNoim/reactive-home/commit/fbae07b175cc73372d171783c38fd2e61786e5fc))
* Revert "feat: pre-cache" ([6527539](https://github.com/TheNoim/reactive-home/commit/65275391ba58eb64ec1537c2898220639552946f))
* Revert "fix: test for absolute url in worker" ([fb88544](https://github.com/TheNoim/reactive-home/commit/fb885447d938dcce8238c5af15163e588ea2b221))
* Revert "chore(release): v0.9.0" ([cac0537](https://github.com/TheNoim/reactive-home/commit/cac05376627b346f3deee6e97150e108b8983439))

# [0.9.0](https://github.com/TheNoim/reactive-home/compare/0.8.10...0.9.0) (2024-05-30)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
"scripts": {
"release": "release-it --ci"
},
"version": "0.9.0"
"version": "0.9.1"
}
2 changes: 1 addition & 1 deletion reactive_home/config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: "Reactive Home"
description: "Reactive home automation runtime for home assistant"
version: "0.9.0"
version: "0.9.1"
slug: "reactive_home"
init: false
image: "ghcr.io/thenoim/reactive-home"
Expand Down

0 comments on commit 1fb8091

Please sign in to comment.