Skip to content

Commit d79f255

Browse files
committed
fix: version history
1 parent 18605dd commit d79f255

File tree

3 files changed

+47
-2
lines changed

3 files changed

+47
-2
lines changed

CHANGELOG.md

Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,50 @@
11

22

3+
# [0.9.0](https://github.com/TheNoim/reactive-home/compare/0.8.10...0.9.0) (2024-05-30)
4+
5+
6+
### Bug Fixes
7+
8+
* test for absolute url in worker ([f3cdfc2](https://github.com/TheNoim/reactive-home/commit/f3cdfc27109190bd65d45b2373520bed0be2c0f5))
9+
10+
11+
### Features
12+
13+
* pre-cache ([faf706f](https://github.com/TheNoim/reactive-home/commit/faf706f35dc0223bd6d416fdbb439f30cf290aae))
14+
15+
## [0.8.10](https://github.com/TheNoim/reactive-home/compare/0.8.9...0.8.10) (2024-05-30)
16+
17+
## [0.8.9](https://github.com/TheNoim/reactive-home/compare/0.8.8...0.8.9) (2024-05-30)
18+
19+
20+
### Bug Fixes
21+
22+
* worker url ([eed566d](https://github.com/TheNoim/reactive-home/commit/eed566de4839d475f478a325ddcfc5604b81edeb))
23+
24+
## [0.8.8](https://github.com/TheNoim/reactive-home/compare/0.8.7...0.8.8) (2024-05-30)
25+
26+
27+
### Bug Fixes
28+
29+
* path loading ([ae03834](https://github.com/TheNoim/reactive-home/commit/ae038346f077bd7e8c01ce1845bcedde61d62fce))
30+
31+
## [0.8.7](https://github.com/TheNoim/reactive-home/compare/0.8.6...0.8.7) (2024-05-30)
32+
33+
34+
### Bug Fixes
35+
36+
* skip import map for pipe loading ([0c5fcc1](https://github.com/TheNoim/reactive-home/commit/0c5fcc12b7260d6d467a7dcb1707e6eef13982ef))
37+
38+
## [0.8.6](https://github.com/TheNoim/reactive-home/compare/0.8.5...0.8.6) (2024-05-30)
39+
40+
41+
### Bug Fixes
42+
43+
* **ci:** publish commit identity ([f7147d1](https://github.com/TheNoim/reactive-home/commit/f7147d179ba8de1e8b29c85d5cc95cb4a7d29468))
44+
* missing import map ([46f8e4e](https://github.com/TheNoim/reactive-home/commit/46f8e4ea36348caf7ac1883b80a1d681f7549828))
45+
46+
## [0.8.5](https://github.com/TheNoim/reactive-home/compare/0.8.4...0.8.5) (2024-05-30)
47+
348
## [0.8.4](https://github.com/TheNoim/reactive-home/compare/0.8.3...0.8.4) (2024-05-29)
449

550
## [0.8.3](https://github.com/TheNoim/reactive-home/compare/0.8.2...0.8.3) (2024-04-27)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
"scripts": {
88
"release": "release-it --ci"
99
},
10-
"version": "0.8.4"
10+
"version": "0.9.0"
1111
}

reactive_home/config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: "Reactive Home"
22
description: "Reactive home automation runtime for home assistant"
3-
version: "0.8.4"
3+
version: "0.9.0"
44
slug: "reactive_home"
55
init: false
66
image: "ghcr.io/thenoim/reactive-home"

0 commit comments

Comments
 (0)