We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ca17f commit a6dc9bfCopy full SHA for a6dc9bf
CHANGELOG.md
@@ -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
+
5
# 1.4.4 - 14 Oct 2025
6
Bug fix:
7
- fix cjs main import
package.json
@@ -1,6 +1,6 @@
{
"name": "@elysiajs/static",
- "version": "1.4.4",
+ "version": "1.4.5",
"license": "MIT",
"scripts": {
"dev": "bun run --watch example/index.ts",
0 commit comments