Skip to content

Commit

Permalink
Bump version to 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Jul 24, 2021
1 parent 178322d commit f81bb61
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# 🚧 Changelog

## 1.3.2

### Features

- Responses are now streamed when using the built-in HTTP(S) server
- Return values of Durable Object transaction closures are now propagated as the
return value of the `transaction` call

### Fixes

- Upgraded [`html-rewriter-wasm`](https://github.com/mrbbot/html-rewriter-wasm)
to version `0.3.2`, fixing `async` handler support, closes
[`html-rewriter-wasm` issue #1](https://github.com/mrbbot/html-rewriter-wasm/issues/1)

## 1.3.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "miniflare",
"version": "1.3.1",
"version": "1.3.2",
"description": "Fun, full-featured, fully-local simulator for Cloudflare Workers",
"keywords": [
"cloudflare",
Expand Down

0 comments on commit f81bb61

Please sign in to comment.