From 0001f4e4b3641bb75d4bc8ea2382a17db739b0e8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 2 Aug 2022 14:15:44 +0100 Subject: [PATCH] chore(main): release api 4.0.2 (#2112) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/api/CHANGELOG.md | 7 +++++++ packages/api/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index e74b35d555..c79bc5c6a4 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.2](https://github.com/nftstorage/nft.storage/compare/api-v4.0.1...api-v4.0.2) (2022-08-02) + + +### Bug Fixes + +* always retry s3 upload ([#2111](https://github.com/nftstorage/nft.storage/issues/2111)) ([99e7ce5](https://github.com/nftstorage/nft.storage/commit/99e7ce50d823954be1a5335de21ac3b9be9301ba)) + ## [4.0.1](https://github.com/nftstorage/nft.storage/compare/api-v4.0.0...api-v4.0.1) (2022-08-02) diff --git a/packages/api/package.json b/packages/api/package.json index d387d7748b..e2019a82bd 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "4.0.1", + "version": "4.0.2", "description": "NFT Storage API", "private": true, "type": "module",