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)",