From 06c419a23f99f785b4305d42a59348593074bade 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:53:54 +0100 Subject: [PATCH] chore(main): release api 4.0.3 (#2113) 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 c79bc5c6a4..acf532b867 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.3](https://github.com/nftstorage/nft.storage/compare/api-v4.0.2...api-v4.0.3) (2022-08-02) + + +### Bug Fixes + +* check for token blocked ([#2045](https://github.com/nftstorage/nft.storage/issues/2045)) ([6c075dd](https://github.com/nftstorage/nft.storage/commit/6c075dd57cef24bca415b92a5cbbfd7731798c52)) + ## [4.0.2](https://github.com/nftstorage/nft.storage/compare/api-v4.0.1...api-v4.0.2) (2022-08-02) diff --git a/packages/api/package.json b/packages/api/package.json index e2019a82bd..11826c7e9c 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "api", - "version": "4.0.2", + "version": "4.0.3", "description": "NFT Storage API", "private": true, "type": "module",