From c4370d1756aa2a2f491dfcb441b48e28ed25576e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 10 Nov 2024 03:59:04 +0700 Subject: [PATCH] chore(main): release 2.21.0 (#117) :robot: I have created a release *beep* *boop* --- ## [2.21.0](https://github.com/storacha/freeway/compare/v2.20.2...v2.21.0) (2024-11-06) ### Features * **blob-fetcher:** use updated blob fetcher ([#124](https://github.com/storacha/freeway/issues/124)) ([90bb605](https://github.com/storacha/freeway/commit/90bb60554bd6a96332a2fcebed597be07cc5b85d)) * egress tracker middleware ([#120](https://github.com/storacha/freeway/issues/120)) ([847829b](https://github.com/storacha/freeway/commit/847829ba1d07585227fae0ebde6823485d9d0a17)) * rate limiter + unit tests + readme ([#115](https://github.com/storacha/freeway/issues/115)) ([7bc4c6d](https://github.com/storacha/freeway/commit/7bc4c6d7c5f96c5a7f5071901fe61c622f16adea)) ### Bug Fixes * **test:** enable nodejs compat for miniflare ([#127](https://github.com/storacha/freeway/issues/127)) ([0165521](https://github.com/storacha/freeway/commit/01655215f8d50e1dbf181912e2793a0aa5882192)) --- 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 | 14 ++++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 17 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 676eabf..638d5d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [2.21.0](https://github.com/storacha/freeway/compare/v2.20.2...v2.21.0) (2024-11-06) + + +### Features + +* **blob-fetcher:** use updated blob fetcher ([#124](https://github.com/storacha/freeway/issues/124)) ([90bb605](https://github.com/storacha/freeway/commit/90bb60554bd6a96332a2fcebed597be07cc5b85d)) +* egress tracker middleware ([#120](https://github.com/storacha/freeway/issues/120)) ([847829b](https://github.com/storacha/freeway/commit/847829ba1d07585227fae0ebde6823485d9d0a17)) +* rate limiter + unit tests + readme ([#115](https://github.com/storacha/freeway/issues/115)) ([7bc4c6d](https://github.com/storacha/freeway/commit/7bc4c6d7c5f96c5a7f5071901fe61c622f16adea)) + + +### Bug Fixes + +* **test:** enable nodejs compat for miniflare ([#127](https://github.com/storacha/freeway/issues/127)) ([0165521](https://github.com/storacha/freeway/commit/01655215f8d50e1dbf181912e2793a0aa5882192)) + ## [2.20.2](https://github.com/storacha/freeway/compare/v2.20.1...v2.20.2) (2024-09-10) diff --git a/package-lock.json b/package-lock.json index 4f5c44f..853d3f5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freeway", - "version": "2.20.2", + "version": "2.21.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "freeway", - "version": "2.20.2", + "version": "2.21.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@microlabs/otel-cf-workers": "^1.0.0-rc.48", diff --git a/package.json b/package.json index 1a1e394..6fe1c3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "freeway", - "version": "2.20.2", + "version": "2.21.0", "description": "An IPFS gateway for accessing UnixFS data via CAR CIDs", "main": "src/index.js", "types": "dist/src/index.d.ts",