From deb75d16678f2cdced2edbf76fe157c846093d85 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jun 2022 10:59:37 +0000 Subject: [PATCH] chore(main): release edge-gateway 1.8.1 --- 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 ac9bb3dd..4c19deb9 100644 --- a/packages/edge-gateway/CHANGELOG.md +++ b/packages/edge-gateway/CHANGELOG.md @@ -1,5 +1,12 @@ # 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 + +* 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 906a3214..e1f210ed 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",