From dd6ff26460eecb82592ceb1c8b752844c329b859 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 1 Jul 2024 15:11:37 -0700 Subject: [PATCH] chore(main): release website 2.12.0 (#2707) :robot: I have created a release *beep* *boop* --- ## [2.12.0](https://github.com/nftstorage/nft.storage/compare/website-v2.11.1...website-v2.12.0) (2024-07-01) ### Features * **website:** update website to remove upload functionality ([#2704](https://github.com/nftstorage/nft.storage/issues/2704)) ([060dfd5](https://github.com/nftstorage/nft.storage/commit/060dfd54df7d6d8fadf856b1d90a92c1b731450d)) --- 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 | 7 +++++++ packages/website/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 01bc7b1c07..d6a5076ece 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.12.0](https://github.com/nftstorage/nft.storage/compare/website-v2.11.1...website-v2.12.0) (2024-07-01) + + +### Features + +* **website:** update website to remove upload functionality ([#2704](https://github.com/nftstorage/nft.storage/issues/2704)) ([060dfd5](https://github.com/nftstorage/nft.storage/commit/060dfd54df7d6d8fadf856b1d90a92c1b731450d)) + ## [2.11.1](https://github.com/nftstorage/nft.storage/compare/website-v2.11.0...website-v2.11.1) (2024-06-12) diff --git a/packages/website/package.json b/packages/website/package.json index 7aa13e1c02..c3bcc0f220 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.11.1", + "version": "2.12.0", "description": "nft.storage website", "private": true, "license": "(Apache-2.0 OR MIT)",