From 574084328b3978d78225940a6fccfc490f3d4556 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Jun 2023 13:21:45 +0100 Subject: [PATCH] chore(main): release 2.4.0 (#50) :robot: I have created a release *beep* *boop* --- ## [2.4.0](https://github.com/web3-storage/freeway/compare/v2.3.0...v2.4.0) (2023-06-09) ### Features * use rollup indexes ([#46](https://github.com/web3-storage/freeway/issues/46)) ([8e8c3a4](https://github.com/web3-storage/freeway/commit/8e8c3a44f4399404240695d90ee447a274db0ce8)) --- 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 a817b48..b85e4ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.4.0](https://github.com/web3-storage/freeway/compare/v2.3.0...v2.4.0) (2023-06-09) + + +### Features + +* use rollup indexes ([#46](https://github.com/web3-storage/freeway/issues/46)) ([8e8c3a4](https://github.com/web3-storage/freeway/commit/8e8c3a44f4399404240695d90ee447a274db0ce8)) + ## [2.3.0](https://github.com/web3-storage/freeway/compare/v2.2.0...v2.3.0) (2023-06-08) diff --git a/package-lock.json b/package-lock.json index 10b9e8a..897f53f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freeway", - "version": "2.3.0", + "version": "2.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "freeway", - "version": "2.3.0", + "version": "2.4.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/car": "^5.1.0", diff --git a/package.json b/package.json index 4c4ff56..087d694 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freeway", - "version": "2.3.0", + "version": "2.4.0", "description": "An IPFS gateway for accessing UnixFS data via CAR CIDs", "main": "index.js", "type": "module",