Skip to content

Commit bc32ad5

Browse files
committed
🎉 release: 1.0.1
1 parent c6b9622 commit bc32ad5

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Improvement:
99
Bug fix:
1010
- explicit `type: 'json'` with body schema throw unexpected `body.Check` is not a function
1111
- [#549](https://github.com/elysiajs/elysia/pull/549) await the .modules of nested Elysia instances
12+
- [#548](https://github.com/elysiajs/elysia/issues/548) Accessing all query params using property name (ctx.query) doesn't work anymore
1213

1314
# 1.0.0 - 16 Mar 2024
1415
Improvement:

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.0.0-exp.15",
4+
"version": "1.0.1",
55
"author": {
66
"name": "saltyAom",
77
"url": "https://github.com/SaltyAom",

0 commit comments

Comments
 (0)