Skip to content

Commit

Permalink
chore(release): 2.0.1 [skip ci]
Browse files Browse the repository at this point in the history
## [2.0.1](v2.0.0...v2.0.1) (2024-10-29)

### Bug Fixes

* update export paths ([#42](#42)) ([ca914d3](ca914d3))
  • Loading branch information
semantic-release-bot committed Oct 29, 2024
1 parent ca914d3 commit 6a515bc
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [2.0.1](https://github.com/libp2p/js-libp2p-http-fetch/compare/v2.0.0...v2.0.1) (2024-10-29)

### Bug Fixes

* update export paths ([#42](https://github.com/libp2p/js-libp2p-http-fetch/issues/42)) ([ca914d3](https://github.com/libp2p/js-libp2p-http-fetch/commit/ca914d324410634b388da03ba2f2b933eb11c08b))

## [2.0.0](https://github.com/libp2p/js-libp2p-http-fetch/compare/v1.1.1...v2.0.0) (2024-10-29)

### ⚠ BREAKING CHANGES
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/http-fetch",
"version": "2.0.0",
"version": "2.0.1",
"description": "Implementation of the WHATWG Fetch API on libp2p streams",
"author": "@marcopolo",
"license": "Apache-2.0 OR MIT",
Expand Down

0 comments on commit 6a515bc

Please sign in to comment.