From 8b5a5ab436964bbe48dc639aa6878cd871f158aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Aug 2023 23:30:51 +0200 Subject: [PATCH] chore(main): release 2.12.0 (#78) :robot: I have created a release *beep* *boop* --- ## [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)) --- 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 | 12 ++++++++++++ package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e43db67..43fd8fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 3a8eea8..f1e7d49 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "freeway", - "version": "2.11.2", + "version": "2.12.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "freeway", - "version": "2.11.2", + "version": "2.12.0", "license": "Apache-2.0 OR MIT", "dependencies": { "@ipld/car": "^5.1.0", diff --git a/package.json b/package.json index 3f036c2..9174ddd 100644 --- a/package.json +++ b/package.json @@ -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",