Skip to content

Commit

Permalink
chore(main): release 2.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 3, 2024
1 parent 7bc4c6d commit 7fc0d8d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [2.21.0](https://github.com/storacha/freeway/compare/v2.20.2...v2.21.0) (2024-10-03)


### Features

* rate limiter + unit tests + readme ([#115](https://github.com/storacha/freeway/issues/115)) ([7bc4c6d](https://github.com/storacha/freeway/commit/7bc4c6d7c5f96c5a7f5071901fe61c622f16adea))

## [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 7fc0d8d

Please sign in to comment.