From ad1d10655d8def15ddff0b9bafc20993d3fe54d4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 28 Jun 2022 09:17:46 +0100 Subject: [PATCH] chore(main): release nft.storage 6.4.0 (#2034) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/client/CHANGELOG.md | 7 +++++++ packages/client/package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 13e78619ad..3028b17ee8 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [6.4.0](https://github.com/nftstorage/nft.storage/compare/nft.storage-v6.3.0...nft.storage-v6.4.0) (2022-06-28) + + +### Features + +* abortable requests ([#2027](https://github.com/nftstorage/nft.storage/issues/2027)) ([44e6a06](https://github.com/nftstorage/nft.storage/commit/44e6a0649be7719570c2bdbc3634853395d9376e)) + ## [6.3.0](https://github.com/nftstorage/nft.storage/compare/nft.storage-v6.2.0...nft.storage-v6.3.0) (2022-05-19) diff --git a/packages/client/package.json b/packages/client/package.json index 65a024eaea..b87e3bb4e7 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "nft.storage", - "version": "6.3.0", + "version": "6.4.0", "description": "A client library for the https://nft.storage/ service. It provides a convenient interface for working with the HTTP API from a web browser or Node.js", "license": "(Apache-2.0 OR MIT)", "type": "module",