Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit f81bb61

Browse files
committed
Bump version to 1.3.2
1 parent 178322d commit f81bb61

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# 🚧 Changelog
22

3+
## 1.3.2
4+
5+
### Features
6+
7+
- Responses are now streamed when using the built-in HTTP(S) server
8+
- Return values of Durable Object transaction closures are now propagated as the
9+
return value of the `transaction` call
10+
11+
### Fixes
12+
13+
- Upgraded [`html-rewriter-wasm`](https://github.com/mrbbot/html-rewriter-wasm)
14+
to version `0.3.2`, fixing `async` handler support, closes
15+
[`html-rewriter-wasm` issue #1](https://github.com/mrbbot/html-rewriter-wasm/issues/1)
16+
317
## 1.3.1
418

519
### Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "miniflare",
3-
"version": "1.3.1",
3+
"version": "1.3.2",
44
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
55
"keywords": [
66
"cloudflare",

0 commit comments

Comments
 (0)