From 1cfd36c870232611a474487445e0cf63f1b92bb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 12 Jun 2024 12:59:05 +0100 Subject: [PATCH] chore(main): release website 2.11.1 (#2678) :robot: I have created a release *beep* *boop* --- ## [2.11.1](https://github.com/nftstorage/nft.storage/compare/website-v2.11.0...website-v2.11.1) (2024-06-12) ### Bug Fixes * change domain to classic-app.nft.storage ([#2677](https://github.com/nftstorage/nft.storage/issues/2677)) ([d8c766c](https://github.com/nftstorage/nft.storage/commit/d8c766cc4fbcfa0696a84dbb4febd476e241b4a8)) --- 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 04a456de19..01bc7b1c07 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.11.1](https://github.com/nftstorage/nft.storage/compare/website-v2.11.0...website-v2.11.1) (2024-06-12) + + +### Bug Fixes + +* change domain to classic-app.nft.storage ([#2677](https://github.com/nftstorage/nft.storage/issues/2677)) ([d8c766c](https://github.com/nftstorage/nft.storage/commit/d8c766cc4fbcfa0696a84dbb4febd476e241b4a8)) + ## [2.11.0](https://github.com/nftstorage/nft.storage/compare/website-v2.10.0...website-v2.11.0) (2024-04-15) diff --git a/packages/website/package.json b/packages/website/package.json index 961eef0f9d..7aa13e1c02 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "website", - "version": "2.11.0", + "version": "2.11.1", "description": "nft.storage website", "private": true, "license": "(Apache-2.0 OR MIT)",