Skip to content

Commit 56310be

Browse files
committed
📘 doc: document changelog
1 parent 708f8c6 commit 56310be

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 1.4.29 - 17 Mar 2025
1+
# 1.4.28 - 17 Mar 2025
22
Feature:
33
- [#1803](https://github.com/elysiajs/elysia/pull/1803) stream response with pull based backpressure
44
- [#1802](https://github.com/elysiajs/elysia/pull/1802) handle range header for file/blob response
@@ -19,9 +19,6 @@ Change:
1919
- [#1613](https://github.com/elysiajs/elysia/pull/1613) export `ElysiaTypeCustomErrors`
2020
- remove Bun specific built
2121
- export `AnySchema`, `UnwrapSchema`, `ModelsToTypes` from root
22-
23-
# 1.4.28 - 3 Mar 2026
24-
Bug fix:
2522
- conditional set headers of String and Object when no set.headers is set
2623

2724
# 1.4.27 - 1 Mar 2026

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "elysia",
33
"description": "Ergonomic Framework for Human",
4-
"version": "1.4.29",
4+
"version": "1.4.28",
55
"author": {
66
"name": "saltyAom",
77
"url": "https://github.com/SaltyAom",

0 commit comments

Comments
 (0)