From 551e88b8e427632e9899f435927fc00f2432a040 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 10 May 2022 18:18:45 -0500 Subject: [PATCH] chore(main): release website 1.50.0 (#1905) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/website/CHANGELOG.md | 8 ++++++++ packages/website/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 8770fb9239..58dca7eca0 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.50.0](https://github.com/nftstorage/nft.storage/compare/website-v1.49.4...website-v1.50.0) (2022-05-10) + + +### Features + +* add nftup link on files page ([#1892](https://github.com/nftstorage/nft.storage/issues/1892)) ([4a5e8f4](https://github.com/nftstorage/nft.storage/commit/4a5e8f424d5b2bbbb2ebcd31676e7a948a012aa0)) +* update 404 page with sweet graphic ([#1828](https://github.com/nftstorage/nft.storage/issues/1828)) ([ef4c14a](https://github.com/nftstorage/nft.storage/commit/ef4c14a8ad4db194141e3f30277754b028044a00)) + ### [1.49.4](https://github.com/nftstorage/nft.storage/compare/website-v1.49.3...website-v1.49.4) (2022-05-10) diff --git a/packages/website/package.json b/packages/website/package.json index 60c7ee1a07..019700ca6a 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.49.4", + "version": "1.50.0", "description": "nft.storage website", "private": true, "license": "(Apache-2.0 OR MIT)",