Skip to content

Commit

Permalink
chore(main): release 2.0.0 (#27)
Browse files Browse the repository at this point in the history
🤖 I have created a release *beep* *boop*
---


##
[2.0.0](v1.3.2...v2.0.0)
(2024-05-28)


### ⚠ BREAKING CHANGES

* hoverboard no longer uses R2 binding, and does not talk to DynamoDB or
S3. Instead it uses content claims to determine block locations.

### Features

* use content claims
([#26](#26))
([c25860c](c25860c))

---
This PR was generated with [Release
Please](https://github.com/googleapis/release-please). See
[documentation](https://github.com/googleapis/release-please#release-please).

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] committed May 28, 2024
1 parent c25860c commit 038583e
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 3 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

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


### ⚠ BREAKING CHANGES

* hoverboard no longer uses R2 binding, and does not talk to DynamoDB or S3. Instead it uses content claims to determine block locations.

### Features

* use content claims ([#26](https://github.com/web3-storage/hoverboard/issues/26)) ([c25860c](https://github.com/web3-storage/hoverboard/commit/c25860c31ca41f328468c034c42cd8b75182c466))

## [1.3.2](https://github.com/web3-storage/hoverboard/compare/v1.3.1...v1.3.2) (2024-05-17)


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": "1.3.2",
"version": "2.0.0",
"private": true,
"license": "(Apache-2.0 AND MIT)",
"type": "module",
Expand Down

0 comments on commit 038583e

Please sign in to comment.