From 682def6e8b7a975819cd5a2b76a89f0416fd2fdc Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:45:04 +0100 Subject: [PATCH] chore(main): release website 2.38.1 (#2331) :robot: I have created a release *beep* *boop* --- ## [2.38.1](https://github.com/web3-storage/web3.storage/compare/website-v2.38.0...website-v2.38.1) (2023-11-14) ### Bug Fixes * link banner to blogpost instead of console ([#2330](https://github.com/web3-storage/web3.storage/issues/2330)) ([e4f384d](https://github.com/web3-storage/web3.storage/commit/e4f384db1f4a3d0a4963417d8b94154426f65d5f)) --- 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 3341411ec7..1d6b3deda1 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.38.1](https://github.com/web3-storage/web3.storage/compare/website-v2.38.0...website-v2.38.1) (2023-11-14) + + +### Bug Fixes + +* link banner to blogpost instead of console ([#2330](https://github.com/web3-storage/web3.storage/issues/2330)) ([e4f384d](https://github.com/web3-storage/web3.storage/commit/e4f384db1f4a3d0a4963417d8b94154426f65d5f)) + ## [2.38.0](https://github.com/web3-storage/web3.storage/compare/website-v2.37.0...website-v2.38.0) (2023-11-13) diff --git a/packages/website/package.json b/packages/website/package.json index 44580567c4..768a42cdb3 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/website", - "version": "2.38.0", + "version": "2.38.1", "description": "web3.storage website", "private": true, "scripts": {