From 84032e69315d911117acf05fc879a7b0ebd6b2a1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 18 Jul 2022 17:00:05 +0100 Subject: [PATCH] chore(main): release nft.storage 6.4.1 (#2039) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/client/CHANGELOG.md | 9 +++++++++ packages/client/package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 3028b17ee8..9e43729937 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [6.4.1](https://github.com/nftstorage/nft.storage/compare/nft.storage-v6.4.0...nft.storage-v6.4.1) (2022-07-18) + + +### Bug Fixes + +* add missing dep it-pipe ([#2076](https://github.com/nftstorage/nft.storage/issues/2076)) ([8df636c](https://github.com/nftstorage/nft.storage/commit/8df636c50400d1c97f5d4e57b816f4c8e7df00dc)) +* file import in some ts configurations ([#1915](https://github.com/nftstorage/nft.storage/issues/1915)) ([878a113](https://github.com/nftstorage/nft.storage/commit/878a113403d2be1331bda8077407ba5edaca16ba)) +* link to NFTStorage constructor in API reference docs ([#2005](https://github.com/nftstorage/nft.storage/issues/2005)) ([4eddd01](https://github.com/nftstorage/nft.storage/commit/4eddd01a78e4948d4b1e39ba88f4dee05140f512)) + ## [6.4.0](https://github.com/nftstorage/nft.storage/compare/nft.storage-v6.3.0...nft.storage-v6.4.0) (2022-06-28) diff --git a/packages/client/package.json b/packages/client/package.json index 9cb8f060cd..3345757fcd 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "nft.storage", - "version": "6.4.0", + "version": "6.4.1", "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",