From 58e7fb7ca8da60291386b88a4479965412fdf3aa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 8 Jun 2022 20:57:14 +0000 Subject: [PATCH] chore(main): release website 2.5.1 --- packages/website/CHANGELOG.md | 8 ++++++++ packages/website/package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/packages/website/CHANGELOG.md b/packages/website/CHANGELOG.md index 06953c5702..d9204c63e4 100644 --- a/packages/website/CHANGELOG.md +++ b/packages/website/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [2.5.1](https://github.com/web3-storage/web3.storage/compare/website-v2.5.0...website-v2.5.1) (2022-06-08) + + +### Bug Fixes + +* 404 API http reference links ([#1358](https://github.com/web3-storage/web3.storage/issues/1358)) ([09550b9](https://github.com/web3-storage/web3.storage/commit/09550b904b6f2d05d298ab6917f04a0a21a628bd)), closes [#1359](https://github.com/web3-storage/web3.storage/issues/1359) +* **http docs:** incorrect endpoint in description ([#1429](https://github.com/web3-storage/web3.storage/issues/1429)) ([f445cda](https://github.com/web3-storage/web3.storage/commit/f445cda5da6fef3893bb291bce61f42f02506927)) + ## [2.5.0](https://github.com/web3-storage/web3.storage/compare/website-v2.4.1...website-v2.5.0) (2022-05-30) diff --git a/packages/website/package.json b/packages/website/package.json index 90c4a22805..1805262cb7 100644 --- a/packages/website/package.json +++ b/packages/website/package.json @@ -1,6 +1,6 @@ { "name": "@web3-storage/website", - "version": "2.5.0", + "version": "2.5.1", "description": "web3.storage website", "private": true, "scripts": {