diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 558570cd1f..845927afd6 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.49.0](https://github.com/nftstorage/nft.storage/compare/website-v1.48.0...website-v1.49.0) (2022-04-29) + + +### Features + +* gateways and gatekeepers post ([#1873](https://github.com/nftstorage/nft.storage/issues/1873)) ([8f7407c](https://github.com/nftstorage/nft.storage/commit/8f7407c096a313b321054934bf114d2e4562fc98)) + ## [1.48.0](https://github.com/nftstorage/nft.storage/compare/website-v1.47.0...website-v1.48.0) (2022-04-27) diff --git a/packages/website/package.json b/packages/website/package.json index 5b3091b8af..9b12890b46 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "1.48.0", + "version": "1.49.0", "description": "nft.storage website", "private": true, "license": "(Apache-2.0 OR MIT)",