Skip to content

Commit 079c273

Browse files
chore(release): 0.0.2
Diff: 0.0.1...0.0.2
1 parent cb9dead commit 079c273

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,20 @@
22

33
| Version | Release date |
44
|--------------------------|--------------|
5+
| [0.0.2](#002-2025-08-28) | August 2025 |
56
| [0.0.1](#001-2025-08-16) | August 2025 |
67

78
# Release notes
89

10+
## [0.0.2](https://github.com/socketio/bun-engine/compare/0.0.1...0.0.2) (2025-08-28)
11+
12+
13+
### Bug Fixes
14+
15+
* configure idleTimeout and maxRequestBodySize on the Bun server ([cb9dead](https://github.com/socketio/bun-engine/commit/cb9deadeda44c90c502b2723d366329b9ba6ff66))
16+
* handle aborted requests ([8f1ea3d](https://github.com/socketio/bun-engine/commit/8f1ea3d58fe0400cdd429e727c8373c48340c888))
17+
18+
919
## 0.0.1 (2025-08-16)
1020

1121
Initial release!

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@socket.io/bun-engine",
3-
"version": "0.0.1",
3+
"version": "0.0.2",
44
"description": "The Socket.IO low-level engine for Bun",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",

0 commit comments

Comments
 (0)