From aecd1cf2d0216aea5fd454a3256cec3326fce895 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 5 Apr 2022 17:33:18 +0100 Subject: [PATCH] chore(main): release website 1.42.0 (#1754) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/website/CHANGELOG.md | 14 ++++++++++++++ packages/website/package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 174f50ce2b..c9be892470 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,19 @@ # Changelog +## [1.42.0](https://github.com/nftstorage/nft.storage/compare/website-v1.41.0...website-v1.42.0) (2022-04-05) + + +### Features + +* blog post about missing nfts ([#1752](https://github.com/nftstorage/nft.storage/issues/1752)) ([3f09503](https://github.com/nftstorage/nft.storage/commit/3f09503339386d602214a6c3d68b4f5fd1356cc6)) +* blog release NFTUp ([#1764](https://github.com/nftstorage/nft.storage/issues/1764)) ([4faf35e](https://github.com/nftstorage/nft.storage/commit/4faf35e11a2978d9d4dca6562574640da6b116f6)) +* labeling uploads on files ([#1694](https://github.com/nftstorage/nft.storage/issues/1694)) ([70d81ac](https://github.com/nftstorage/nft.storage/commit/70d81acff0cba3e4bb06b5491c7c60fb97d05b65)) + + +### Bug Fixes + +* temporarily hide upload name column ([#1770](https://github.com/nftstorage/nft.storage/issues/1770)) ([d92d7cf](https://github.com/nftstorage/nft.storage/commit/d92d7cf989547390b7fa01bc8d06e7478e488d3c)) + ## [1.41.0](https://github.com/nftstorage/nft.storage/compare/website-v1.40.1...website-v1.41.0) (2022-04-01) diff --git a/packages/website/package.json b/packages/website/package.json index e699ba9706..56d4eed676 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.41.0", + "version": "1.42.0", "description": "nft.storage website", "private": true, "license": "(Apache-2.0 OR MIT)",