From c0991e7f5efff106c27175b0d0d1275c72cf63cc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 12:11:16 +0100 Subject: [PATCH] chore(main): release 2.0.3 (#30) :robot: I have created a release *beep* *boop* --- ## [2.0.3](https://github.com/web3-storage/hoverboard/compare/v2.0.2...v2.0.3) (2024-05-29) ### Bug Fixes * return cached block ([88798f0](https://github.com/web3-storage/hoverboard/commit/88798f0508fa2aeb42523f3f14835f2f91035bf3)) --- 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> --- CHANGELOG.md | 7 +++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 61f443e..2cd5e4f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.3](https://github.com/web3-storage/hoverboard/compare/v2.0.2...v2.0.3) (2024-05-29) + + +### Bug Fixes + +* return cached block ([88798f0](https://github.com/web3-storage/hoverboard/commit/88798f0508fa2aeb42523f3f14835f2f91035bf3)) + ## [2.0.2](https://github.com/web3-storage/hoverboard/compare/v2.0.1...v2.0.2) (2024-05-29) diff --git a/package-lock.json b/package-lock.json index 7f17995..aa53bcf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "hoverboard", - "version": "2.0.2", + "version": "2.0.3", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "hoverboard", - "version": "2.0.2", + "version": "2.0.3", "license": "(Apache-2.0 AND MIT)", "dependencies": { "@chainsafe/libp2p-noise": "^12.0.1", diff --git a/package.json b/package.json index 5d41c06..dd87479 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "hoverboard", "description": "An IPFS Bitswap Peer in Cloudflare Workers", - "version": "2.0.2", + "version": "2.0.3", "private": true, "license": "(Apache-2.0 AND MIT)", "type": "module",