Skip to content

Commit

Permalink
Merge branch 'main' of github.com:web3-storage/hoverboard
Browse files Browse the repository at this point in the history
  • Loading branch information
alanshaw committed May 29, 2024
2 parents 6944afc + b40bd1d commit 9c7ad82
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.0.1](https://github.com/web3-storage/hoverboard/compare/v2.0.0...v2.0.1) (2024-05-28)


### Bug Fixes

* batching blob fetcher ([150de87](https://github.com/web3-storage/hoverboard/commit/150de874596922f451a610c63a831ea83499266a))

## [2.0.0](https://github.com/web3-storage/hoverboard/compare/v1.3.2...v2.0.0) (2024-05-28)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hoverboard",
"description": "An IPFS Bitswap Peer in Cloudflare Workers",
"version": "2.0.0",
"version": "2.0.1",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "module",
Expand Down

0 comments on commit 9c7ad82

Please sign in to comment.