Skip to content

Commit 516491c

Browse files
committed
📘 doc: fix main import
1 parent 3527841 commit 516491c

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.4 - 14 Oct 2025
2+
Bug fix:
3+
- fix cjs main import
4+
15
# 1.4.3 - 13 Oct 2025
26
Improvement:
37
- adjust build script

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.3",
3+
"version": "1.4.4",
44
"license": "MIT",
55
"scripts": {
66
"dev": "bun run --watch example/index.ts",

0 commit comments

Comments
 (0)