From 637170583c623ad4a3bccbabe149579be14a37f9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Mar 2023 11:48:30 +0100 Subject: [PATCH] chore(main): release edge-gateway 1.15.2 (#216) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/edge-gateway/CHANGELOG.md | 7 +++++++ packages/edge-gateway/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/edge-gateway/CHANGELOG.md b/packages/edge-gateway/CHANGELOG.md index 0fc7ddc..2c3883a 100644 --- a/packages/edge-gateway/CHANGELOG.md +++ b/packages/edge-gateway/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.15.2](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.15.1...edge-gateway-v1.15.2) (2023-03-07) + + +### Bug Fixes + +* handle redirect from edge gateway ([#215](https://github.com/nftstorage/nftstorage.link/issues/215)) ([846876d](https://github.com/nftstorage/nftstorage.link/commit/846876d9c44882725fac24c6d333c141e9ecf83e)) + ## [1.15.1](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.15.0...edge-gateway-v1.15.1) (2023-02-02) diff --git a/packages/edge-gateway/package.json b/packages/edge-gateway/package.json index 30929d1..b32e928 100644 --- a/packages/edge-gateway/package.json +++ b/packages/edge-gateway/package.json @@ -1,6 +1,6 @@ { "name": "edge-gateway", - "version": "1.15.1", + "version": "1.15.2", "description": "IPFS edge gateway for nft.storage", "private": true, "type": "module",