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 3527841 commit 516491cCopy full SHA for 516491c
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.4.4 - 14 Oct 2025
2
+Bug fix:
3
+- fix cjs main import
4
+
5
# 1.4.3 - 13 Oct 2025
6
Improvement:
7
- adjust build script
package.json
@@ -1,6 +1,6 @@
{
"name": "@elysiajs/static",
- "version": "1.4.3",
+ "version": "1.4.4",
"license": "MIT",
"scripts": {
"dev": "bun run --watch example/index.ts",
0 commit comments