Skip to content

Commit f1befab

Browse files
chore(release): 2.2.1 [skip ci]
## [2.2.1](v2.2.0...v2.2.1) (2025-03-26) ### Bug Fixes * replace @perseveranza-pets/milo with @achingbrain/http-parser-js ([#51](#51)) ([7466502](7466502)), closes [#35](#35)
1 parent 7466502 commit f1befab

File tree

3 files changed

+19
-13
lines changed

3 files changed

+19
-13
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [2.2.1](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.2.0...v2.2.1) (2025-03-26)
2+
3+
### Bug Fixes
4+
5+
* replace @perseveranza-pets/milo with @achingbrain/http-parser-js ([#51](https://github.com/libp2p/js-libp2p-http-fetch/issues/51)) ([7466502](https://github.com/libp2p/js-libp2p-http-fetch/commit/7466502a51f87a2626a53fb0ad4607e06e7d716c)), closes [#35](https://github.com/libp2p/js-libp2p-http-fetch/issues/35)
6+
17
## [2.2.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.1.1...v2.2.0) (2025-03-26)
28

39
### Features

package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/http-fetch",
3-
"version": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Implementation of the WHATWG Fetch API on libp2p streams",
55
"author": "@marcopolo",
66
"license": "Apache-2.0 OR MIT",

0 commit comments

Comments
 (0)