From ac43e13005c59e51ca6d27fabec8999f8d07e38f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Apr 2024 16:31:14 -0700 Subject: [PATCH] chore(main): release website 2.11.0 (#2574) :robot: I have created a release *beep* *boop* --- ## [2.11.0](https://github.com/nftstorage/nft.storage/compare/website-v2.10.0...website-v2.11.0) (2024-04-15) ### Features * show deal info from w3up ([#2573](https://github.com/nftstorage/nft.storage/issues/2573)) ([766a7c1](https://github.com/nftstorage/nft.storage/commit/766a7c1dbde4e0efec8424048767f3c9e947a2ab)) * tweak readme ([#2563](https://github.com/nftstorage/nft.storage/issues/2563)) ([6a6298a](https://github.com/nftstorage/nft.storage/commit/6a6298a642beda6e06940dbb739d78d466a41815)) ### Bug Fixes * use correct "nft get" endpoint ([#2589](https://github.com/nftstorage/nft.storage/issues/2589)) ([27632d8](https://github.com/nftstorage/nft.storage/commit/27632d82139399e56fc43248b07723b11ecb84dd)) --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/website/CHANGELOG.md | 13 +++++++++++++ packages/website/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 6a67e5f2ad..04a456de19 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.11.0](https://github.com/nftstorage/nft.storage/compare/website-v2.10.0...website-v2.11.0) (2024-04-15) + + +### Features + +* show deal info from w3up ([#2573](https://github.com/nftstorage/nft.storage/issues/2573)) ([766a7c1](https://github.com/nftstorage/nft.storage/commit/766a7c1dbde4e0efec8424048767f3c9e947a2ab)) +* tweak readme ([#2563](https://github.com/nftstorage/nft.storage/issues/2563)) ([6a6298a](https://github.com/nftstorage/nft.storage/commit/6a6298a642beda6e06940dbb739d78d466a41815)) + + +### Bug Fixes + +* use correct "nft get" endpoint ([#2589](https://github.com/nftstorage/nft.storage/issues/2589)) ([27632d8](https://github.com/nftstorage/nft.storage/commit/27632d82139399e56fc43248b07723b11ecb84dd)) + ## [2.10.0](https://github.com/nftstorage/nft.storage/compare/website-v2.9.0...website-v2.10.0) (2024-04-04) diff --git a/packages/website/package.json b/packages/website/package.json index b9a42aa4f6..961eef0f9d 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.10.0", + "version": "2.11.0", "description": "nft.storage website", "private": true, "license": "(Apache-2.0 OR MIT)",