From 7b1ffaf7849f9a2882417c5f95328798311fb9a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Apr 2022 23:11:51 +0200 Subject: [PATCH] chore(main): release edge-gateway 1.5.1 (#33) 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 7823cc3..669f165 100644 --- a/packages/edge-gateway/CHANGELOG.md +++ b/packages/edge-gateway/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +### [1.5.1](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.5.0...edge-gateway-v1.5.1) (2022-04-15) + + +### Bug Fixes + +* handle error from prevent rate limit do ([#32](https://github.com/nftstorage/nftstorage.link/issues/32)) ([e1022cc](https://github.com/nftstorage/nftstorage.link/commit/e1022cc02710d23ab96da07700a0776d47601483)) + ## [1.5.0](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.4.0...edge-gateway-v1.5.0) (2022-04-13) diff --git a/packages/edge-gateway/package.json b/packages/edge-gateway/package.json index 92b91d2..3e2edd7 100644 --- a/packages/edge-gateway/package.json +++ b/packages/edge-gateway/package.json @@ -1,6 +1,6 @@ { "name": "edge-gateway", - "version": "1.5.0", + "version": "1.5.1", "description": "IPFS edge gateway for nft.storage", "private": true, "type": "module",