Skip to content

Commit 5ad6f66

Browse files
committed
Release 1.2.3
1 parent 0e22dea commit 5ad6f66

2 files changed

Lines changed: 7 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.2.3
4+
5+
### Fixed
6+
7+
- Fixes a 404 on initial app open for SvelteKit projects by adding a `reroute` hook that maps `/index.html` to `/`, correcting the mismatch between Electrobun's load URL and SvelteKit's client-side router.
8+
39
## 1.2.2
410

511
### Changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-electrobun-stack",
3-
"version": "1.2.2",
3+
"version": "1.2.3",
44
"description": "Scaffold a modern Electrobun desktop app.",
55
"type": "module",
66
"main": "./dist/index.mjs",

0 commit comments

Comments
 (0)