Skip to content

Commit a46bcdd

Browse files
chore: Update version for release (#57)
* chore: Update version for release * Update changelog * Update changelog --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: Matt Brophy <[email protected]>
1 parent bead326 commit a46bcdd

File tree

4 files changed

+3
-22
lines changed

4 files changed

+3
-22
lines changed

.changeset/pre.json

-14
This file was deleted.

.changeset/wise-dogs-clean.md

-5
This file was deleted.

packages/fetch/CHANGELOG.md

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

3-
## 4.4.2-pre.0
3+
## 4.4.2
44

55
### Patch Changes
66

7-
- 3986fb3: Support HTTP2 pseudo-headers like `:authority`, `:method`, etc.
7+
- Support HTTP2 pseudo-headers like `:authority`, `:method`, etc. ([#55](https://github.com/remix-run/web-std-io/pull/55))
88

99
## 4.4.1
1010

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.4.2-pre.0",
3+
"version": "4.4.2",
44
"description": "Web API compatible fetch implementation",
55
"main": "./dist/lib.node.cjs",
66
"module": "./src/lib.node.js",

0 commit comments

Comments
 (0)