From 8428ba202f1b0af9319f1ea837ad6457e7523def Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 Sep 2024 15:11:27 +0200 Subject: [PATCH] chore(main): release 2.20.0 (#112) :robot: I have created a release *beep* *boop* --- ## [2.20.0](https://github.com/storacha/freeway/compare/v2.19.0...v2.20.0) (2024-09-10) ### Features * byte range requests for UnixFS files ([8343890](https://github.com/storacha/freeway/commit/83438907a23e68c0d97f3923123ec8a71af50ec5)) --- 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 661ef60..1b905cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.20.0](https://github.com/storacha/freeway/compare/v2.19.0...v2.20.0) (2024-09-10) + + +### Features + +* byte range requests for UnixFS files ([8343890](https://github.com/storacha/freeway/commit/83438907a23e68c0d97f3923123ec8a71af50ec5)) + ## [2.19.0](https://github.com/web3-storage/freeway/compare/v2.18.3...v2.19.0) (2024-06-19) diff --git a/package-lock.json b/package-lock.json index 0d65eb2..0e8ebb7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freeway", - "version": "2.19.0", + "version": "2.20.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "freeway", - "version": "2.19.0", + "version": "2.20.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@web3-storage/blob-fetcher": "^2.2.0", diff --git a/package.json b/package.json index 764cb82..6e668f7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freeway", - "version": "2.19.0", + "version": "2.20.0", "description": "An IPFS gateway for accessing UnixFS data via CAR CIDs", "main": "src/index.js", "types": "dist/src/index.d.ts",