Skip to content

Commit a6dc9bf

Browse files
committed
🔧 fix: resolve static paths correctly on Windows
1 parent c1ca17f commit a6dc9bf

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.4.5 - 1 Nov 2025
2+
Bug fix:
3+
- [#52](https://github.com/elysiajs/elysia-static/pull/52) resolve static paths correctly on Windows
4+
15
# 1.4.4 - 14 Oct 2025
26
Bug fix:
37
- fix cjs main import

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elysiajs/static",
3-
"version": "1.4.4",
3+
"version": "1.4.5",
44
"license": "MIT",
55
"scripts": {
66
"dev": "bun run --watch example/index.ts",

0 commit comments

Comments
 (0)