From e22235de8e829b55dc2f729d7fed03640d29c8a4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 11:46:34 +0000 Subject: [PATCH] chore(main): release edge-gateway 1.8.1 --- packages/edge-gateway/CHANGELOG.md | 8 ++++++++ packages/edge-gateway/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/edge-gateway/CHANGELOG.md b/packages/edge-gateway/CHANGELOG.md index ac9bb3d..f6a3bfd 100644 --- a/packages/edge-gateway/CHANGELOG.md +++ b/packages/edge-gateway/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +### [1.8.1](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.8.0...edge-gateway-v1.8.1) (2022-06-01) + + +### Bug Fixes + +* add all routes to edge gateway wrangler file ([1a81e83](https://github.com/nftstorage/nftstorage.link/commit/1a81e8372b30779d6a13551f86489245de6c8f52)) +* upgrade wrangler ([#128](https://github.com/nftstorage/nftstorage.link/issues/128)) ([1b11044](https://github.com/nftstorage/nftstorage.link/commit/1b11044b00f40a32126a2a1d04fc27ab929bd412)) + ## [1.8.0](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.7.0...edge-gateway-v1.8.0) (2022-05-28) diff --git a/packages/edge-gateway/package.json b/packages/edge-gateway/package.json index 906a321..e1f210e 100644 --- a/packages/edge-gateway/package.json +++ b/packages/edge-gateway/package.json @@ -1,6 +1,6 @@ { "name": "edge-gateway", - "version": "1.8.0", + "version": "1.8.1", "description": "IPFS edge gateway for nft.storage", "private": true, "type": "module",