Skip to content

Commit

Permalink
Merge branch 'main' of github.com:web3-storage/freeway
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Shaw committed Aug 15, 2023
2 parents 132d946 + 8b5a5ab commit c59af62
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [2.12.0](https://github.com/web3-storage/freeway/compare/v2.11.2...v2.12.0) (2023-08-14)


### Features

* if no blocks pending then finish early ([4563e4d](https://github.com/web3-storage/freeway/commit/4563e4d6042df324bf53835f2460bbf5f5727304))


### Bug Fixes

* do not use tee() in caching bucket ([a771b3f](https://github.com/web3-storage/freeway/commit/a771b3fa8f4c02ba6b3df27fb58ddce96575bcf8))

## [2.11.2](https://github.com/web3-storage/freeway/compare/v2.11.1...v2.11.2) (2023-08-14)


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.11.2",
"version": "2.12.0",
"description": "An IPFS gateway for accessing UnixFS data via CAR CIDs",
"main": "index.js",
"type": "module",
Expand Down

0 comments on commit c59af62

Please sign in to comment.