Skip to content

Commit

Permalink
Bump versions to 2.0.0-next.3, update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mrbbot committed Nov 3, 2021
1 parent 39cc299 commit b265c37
Show file tree
Hide file tree
Showing 22 changed files with 284 additions and 261 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# 🚧 Changelog

## 2.0.0-next.3

### Fixes

- Remove `Content-Length` header from `HTMLRewriter` transformed `Response`s
- Update `Content-Length` header if set and live-reload is enabled
- Inject the live-reload script when there is no closing `</body>` tag. Closes
[issue #70](https://github.com/cloudflare/miniflare/issues/70), thanks
[@jed](https://github.com/jed) for reporting this, and
[@lukeed](https://github.com/lukeed) for the
[PR](https://github.com/cloudflare/miniflare/pull/79).
- Bump `undici` to `4.9.3`, fixing iteration of `Headers`. Closes
[issue #64](https://github.com/cloudflare/miniflare/issues/64), thanks
[@Kikobeats](https://github.com/Kikobeats) for reporting this, and
[@lukeed](https://github.com/lukeed) for
[fixing this in `undici`](https://github.com/nodejs/undici/pull/1081).
- Added install-time check for minimum supported Node.js version. Thanks
[@lukeed](https://github.com/lukeed) for the
[PR](https://github.com/cloudflare/miniflare/pull/78).
- Updated build script to use ES module exports of dependencies where possible.
Thanks [@lukeed](https://github.com/lukeed) for the
[PR](https://github.com/cloudflare/miniflare/pull/77).

## 2.0.0-next.2

### Fixes
Expand Down
Loading

0 comments on commit b265c37

Please sign in to comment.