Skip to content

Commit

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


##
[1.3.1](v1.3.0...v1.3.1)
(2024-05-17)


### Bug Fixes

* temporary fix to support blobs
([#23](#23))
([6dca448](6dca448))


### Other Changes

* README says to 'npm install'
([#19](#19))
([f7c5328](f7c5328))

---
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 17, 2024
1 parent 6dca448 commit 99f19c9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

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


### Bug Fixes

* temporary fix to support blobs ([#23](https://github.com/web3-storage/hoverboard/issues/23)) ([6dca448](https://github.com/web3-storage/hoverboard/commit/6dca448dbb507dfa2a98b95451a0ae2ff15587fb))


### Other Changes

* README says to 'npm install' ([#19](https://github.com/web3-storage/hoverboard/issues/19)) ([f7c5328](https://github.com/web3-storage/hoverboard/commit/f7c5328fa14c567482a3dc9f039bc4bc18d4ff87))

## [1.3.0](https://github.com/web3-storage/hoverboard/compare/v1.2.1...v1.3.0) (2023-07-25)


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

0 comments on commit 99f19c9

Please sign in to comment.