Skip to content

Commit

Permalink
chore: Update version for release (#57)
Browse files Browse the repository at this point in the history
* 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 <matt@brophy.org>
  • Loading branch information
3 people committed Dec 6, 2023
1 parent bead326 commit a46bcdd
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 22 deletions.
14 changes: 0 additions & 14 deletions .changeset/pre.json

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/wise-dogs-clean.md

This file was deleted.

4 changes: 2 additions & 2 deletions packages/fetch/CHANGELOG.md
@@ -1,10 +1,10 @@
# Changelog

## 4.4.2-pre.0
## 4.4.2

### Patch Changes

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

## 4.4.1

Expand Down
2 changes: 1 addition & 1 deletion packages/fetch/package.json
@@ -1,6 +1,6 @@
{
"name": "@remix-run/web-fetch",
"version": "4.4.2-pre.0",
"version": "4.4.2",
"description": "Web API compatible fetch implementation",
"main": "./dist/lib.node.cjs",
"module": "./src/lib.node.js",
Expand Down

0 comments on commit a46bcdd

Please sign in to comment.