Skip to content

Commit

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


##
[2.21.0](v2.20.2...v2.21.0)
(2024-11-06)


### Features

* **blob-fetcher:** use updated blob fetcher
([#124](#124))
([90bb605](90bb605))
* egress tracker middleware
([#120](#120))
([847829b](847829b))
* rate limiter + unit tests + readme
([#115](#115))
([7bc4c6d](7bc4c6d))


### Bug Fixes

* **test:** enable nodejs compat for miniflare
([#127](#127))
([0165521](0165521))

---
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] authored Nov 9, 2024
1 parent 0165521 commit c4370d1
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


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,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",
Expand Down

0 comments on commit c4370d1

Please sign in to comment.