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

Commit aa80286

Browse files
committed
Bump versions to 2.14.1, update CHANGELOG.md
1 parent d8f7218 commit aa80286

File tree

29 files changed

+404
-384
lines changed

29 files changed

+404
-384
lines changed

docs/CHANGELOG.md

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

3+
## 2.14.1
4+
5+
### Fixes
6+
7+
- Allow `vitest-environment-miniflare` to be used with `[email protected]` and
8+
above. Closes
9+
[issue #645](https://github.com/cloudflare/miniflare/issues/645), thanks
10+
[@AdiRishi](https://github.com/AdiRishi), and
11+
[@Averethel](https://github.com/Averethel) for
12+
[the PR](https://github.com/cloudflare/miniflare/pull/661).
13+
- Allow responses with `429` and `503` status codes to be cached. Closes
14+
[issue #82](https://github.com/cloudflare/miniflare/issues/82), thanks
15+
[@haus](https://github.com/haus) and
16+
[@rdaniels6813](https://github.com/rdaniels6813) for
17+
[the PR](https://github.com/cloudflare/miniflare/pull/669).
18+
- Avoid self-imports in `@miniflare/core` package. Closes
19+
[issue #663](https://github.com/cloudflare/miniflare/issues/663), thanks
20+
[@ajwootto](https://github.com/ajwootto) for
21+
[the PR](https://github.com/cloudflare/miniflare/pull/664).
22+
323
## 2.14.0
424

525
### Features

0 commit comments

Comments
 (0)