From 5fe1bf972e2fece2b835399d825e25c5d8e1bb45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 17:10:24 +0000 Subject: [PATCH] chore(main): release api 4.2.1 (#2327) :robot: I have created a release *beep* *boop* --- ## [4.2.1](https://github.com/nftstorage/nft.storage/compare/api-v4.2.0...api-v4.2.1) (2023-02-22) ### Bug Fixes * include R2 key in error message ([#2326](https://github.com/nftstorage/nft.storage/issues/2326)) ([b8d0f98](https://github.com/nftstorage/nft.storage/commit/b8d0f98821f34186cccfdf9c7e9ec7e1c79f6e7a)) --- 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/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 f9a9c2db49..2aa785b987 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.2.1](https://github.com/nftstorage/nft.storage/compare/api-v4.2.0...api-v4.2.1) (2023-02-22) + + +### Bug Fixes + +* include R2 key in error message ([#2326](https://github.com/nftstorage/nft.storage/issues/2326)) ([b8d0f98](https://github.com/nftstorage/nft.storage/commit/b8d0f98821f34186cccfdf9c7e9ec7e1c79f6e7a)) + ## [4.2.0](https://github.com/nftstorage/nft.storage/compare/api-v4.1.0...api-v4.2.0) (2022-10-19) diff --git a/packages/api/package.json b/packages/api/package.json index 68738ceb83..577947c48e 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "4.2.0", + "version": "4.2.1", "description": "NFT Storage API", "private": true, "type": "module",