Skip to content

Commit

Permalink
Merge branch 'dev' into feature/multi-backend-support
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaDodds authored Dec 30, 2024
2 parents a74fb1d + 25d88e7 commit 9b89a60
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## [0.9.4](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.9.3...0.9.4) (2024-12-30)


### Bug Fixes

* **preloader:** fix vite dynamic module loading error ([c66150a](https://github.com/nurikk/zigbee2mqtt-frontend/commit/c66150a8f4b21bfd77e08c019685ef00cc6d63b4))



## [0.9.3](https://github.com/nurikk/zigbee2mqtt-frontend/compare/0.9.2...0.9.3) (2024-12-28)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"*.css"
],
"name": "zigbee2mqtt-frontend",
"version": "0.9.3",
"version": "0.9.4",
"license": "GPL-3.0",
"scripts": {
"build": "vite build",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,4 @@ async function initApp() {
});
}

initApp();
initApp();

0 comments on commit 9b89a60

Please sign in to comment.