From 47eb1dcd69a6c0bc30a6d6ee9df0e494027eca67 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 25 Apr 2022 10:42:27 +0000 Subject: [PATCH] chore(main): release edge-gateway 1.5.7 --- 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 acddb37..a06bc8b 100644 --- a/packages/edge-gateway/CHANGELOG.md +++ b/packages/edge-gateway/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.5.7](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.5.6...edge-gateway-v1.5.7) (2022-04-25) + + +### Bug Fixes + +* gateway use cf dns to prevent rate limit instead of durable object ([#36](https://github.com/nftstorage/nftstorage.link/issues/36)) ([f192d70](https://github.com/nftstorage/nftstorage.link/commit/f192d7052e71c6b631b2d86d9a58907e3671186d)) + ### [1.5.6](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.5.5...edge-gateway-v1.5.6) (2022-04-22) diff --git a/packages/edge-gateway/package.json b/packages/edge-gateway/package.json index a317a55..2acf4b6 100644 --- a/packages/edge-gateway/package.json +++ b/packages/edge-gateway/package.json @@ -1,6 +1,6 @@ { "name": "edge-gateway", - "version": "1.5.6", + "version": "1.5.7", "description": "IPFS edge gateway for nft.storage", "private": true, "type": "module",