From 5096645ce4a1a672503e438d229f37414354ad7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 11:47:32 +0100 Subject: [PATCH] chore(main): release api 7.20.0 (#2317) :robot: I have created a release *beep* *boop* --- ## [7.20.0](https://github.com/web3-storage/web3.storage/compare/api-v7.19.0...api-v7.20.0) (2023-10-18) ### Features * support multiple gateway URLs ([#2126](https://github.com/web3-storage/web3.storage/issues/2126)) ([415dcf6](https://github.com/web3-storage/web3.storage/commit/415dcf6f57bbf6e01253460778d3d9517d878f82)) ### Bug Fixes * use dag-staging gateway from staging api ([#2318](https://github.com/web3-storage/web3.storage/issues/2318)) ([943b4cd](https://github.com/web3-storage/web3.storage/commit/943b4cdcec524f21b4c0dc64cda5d6d21cbe156f)) --- 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> --- packages/api/CHANGELOG.md | 12 ++++++++++++ packages/api/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 63a93b6875..26bee71a72 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [7.20.0](https://github.com/web3-storage/web3.storage/compare/api-v7.19.0...api-v7.20.0) (2023-10-18) + + +### Features + +* support multiple gateway URLs ([#2126](https://github.com/web3-storage/web3.storage/issues/2126)) ([415dcf6](https://github.com/web3-storage/web3.storage/commit/415dcf6f57bbf6e01253460778d3d9517d878f82)) + + +### Bug Fixes + +* use dag-staging gateway from staging api ([#2318](https://github.com/web3-storage/web3.storage/issues/2318)) ([943b4cd](https://github.com/web3-storage/web3.storage/commit/943b4cdcec524f21b4c0dc64cda5d6d21cbe156f)) + ## [7.19.0](https://github.com/web3-storage/web3.storage/compare/api-v7.18.1...api-v7.19.0) (2023-07-31) diff --git a/packages/api/package.json b/packages/api/package.json index 7be8a25ee7..d0398bb317 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/api", - "version": "7.19.0", + "version": "7.20.0", "private": true, "type": "module", "license": "(Apache-2.0 OR MIT)",