From 61021eb685918068eeba6591fa1dade7e63f4630 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 31 May 2022 17:09:30 +0100 Subject: [PATCH] chore(main): release website 2.5.0 (#1348) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/website/CHANGELOG.md | 13 +++++++++++++ packages/website/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 49d5047f62..06953c5702 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [2.5.0](https://github.com/web3-storage/web3.storage/compare/website-v2.4.1...website-v2.5.0) (2022-05-30) + + +### Features + +* add user blocking functionality to web3 ([#1322](https://github.com/web3-storage/web3.storage/issues/1322)) ([5803876](https://github.com/web3-storage/web3.storage/commit/5803876b6ab6672ce82ebe3e641a8729993743ef)) + + +### Bug Fixes + +* Set fetch date before changing isFetching state ([#1341](https://github.com/web3-storage/web3.storage/issues/1341)) ([0e07f1f](https://github.com/web3-storage/web3.storage/commit/0e07f1f72b3037b56a4a236ffa9696ab982c22f5)) +* show custom storage quota to user ([#1338](https://github.com/web3-storage/web3.storage/issues/1338)) ([51abb35](https://github.com/web3-storage/web3.storage/commit/51abb35b9c6f53ed1023a7dbb162ce2838fe09e9)) + ### [2.4.1](https://github.com/web3-storage/web3.storage/compare/website-v2.4.0...website-v2.4.1) (2022-05-20) diff --git a/packages/website/package.json b/packages/website/package.json index 623cfba721..90c4a22805 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/website", - "version": "2.4.1", + "version": "2.5.0", "description": "web3.storage website", "private": true, "scripts": {