Skip to content

Commit d2a003f

Browse files
chore: Update version for release (#31)
1 parent 1bbaad9 commit d2a003f

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

.changeset/align-method-to-spec.md

-9
This file was deleted.

packages/fetch/CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## 4.3.3
4+
5+
### Patch Changes
6+
7+
- Align with [spec](https://fetch.spec.whatwg.org/#methods) for `new Request()` `method` normalization ([#30](https://github.com/remix-run/web-std-io/pull/30))
8+
9+
- Only `DELETE`, `GET`, `HEAD`, `OPTIONS`, `POST`, `PUT` get automatically uppercased
10+
- Note that `method: "patch"` will no longer be automatically uppercased
11+
- Throw a `TypeError` for `CONNECT`, `TRACE`, and `TRACK`
12+
313
## 4.3.2
414

515
### Patch Changes

packages/fetch/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@remix-run/web-fetch",
3-
"version": "4.3.2",
3+
"version": "4.3.3",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",

0 commit comments

Comments
 (0)