From b8b7404802e3947f1f72360444d42dcf38234a7e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 13 Oct 2022 13:06:45 +0000 Subject: [PATCH] chore(main): release edge-gateway 1.14.2 --- 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 058b8c5..c70609d 100644 --- a/packages/edge-gateway/CHANGELOG.md +++ b/packages/edge-gateway/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.14.2](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.14.1...edge-gateway-v1.14.2) (2022-10-13) + + +### Bug Fixes + +* ipfs path resolution with 301 status ([#192](https://github.com/nftstorage/nftstorage.link/issues/192)) ([31dec6d](https://github.com/nftstorage/nftstorage.link/commit/31dec6d45b0b2a13e23887f01a5dcc0c504c366a)) + ## [1.14.1](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.14.0...edge-gateway-v1.14.1) (2022-09-08) diff --git a/packages/edge-gateway/package.json b/packages/edge-gateway/package.json index f205afe..b80039e 100644 --- a/packages/edge-gateway/package.json +++ b/packages/edge-gateway/package.json @@ -1,6 +1,6 @@ { "name": "edge-gateway", - "version": "1.14.1", + "version": "1.14.2", "description": "IPFS edge gateway for nft.storage", "private": true, "type": "module",