From 67a881b647e21cac83df55413037d058417a6252 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 10:04:56 +0200 Subject: [PATCH] chore(main): release edge-gateway 1.11.0 (#158) 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 dbab7cc..7a75465 100644 --- a/packages/edge-gateway/CHANGELOG.md +++ b/packages/edge-gateway/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.11.0](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.10.0...edge-gateway-v1.11.0) (2022-07-28) + + +### Features + +* support base cid encodings ([#148](https://github.com/nftstorage/nftstorage.link/issues/148)) ([31ed705](https://github.com/nftstorage/nftstorage.link/commit/31ed70597abe88463569396b1b58b318c410ba80)) + ## [1.10.0](https://github.com/nftstorage/nftstorage.link/compare/edge-gateway-v1.9.0...edge-gateway-v1.10.0) (2022-07-25) diff --git a/packages/edge-gateway/package.json b/packages/edge-gateway/package.json index c172259..6a4deaf 100644 --- a/packages/edge-gateway/package.json +++ b/packages/edge-gateway/package.json @@ -1,6 +1,6 @@ { "name": "edge-gateway", - "version": "1.10.0", + "version": "1.11.0", "description": "IPFS edge gateway for nft.storage", "private": true, "type": "module",