From 9323e05061cfe8c11db3cc818b720eaffee385d2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 24 Mar 2022 11:48:19 +0000 Subject: [PATCH] chore(main): release nft.storage 6.1.0 (#1596) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- packages/client/CHANGELOG.md | 12 ++++++++++++ packages/client/package.json | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/packages/client/CHANGELOG.md b/packages/client/CHANGELOG.md index 57000f026d..affbb55567 100644 --- a/packages/client/CHANGELOG.md +++ b/packages/client/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [6.1.0](https://github.com/nftstorage/nft.storage/compare/nft.storage-v6.0.2...nft.storage-v6.1.0) (2022-03-23) + + +### Features + +* add stats page ([#1376](https://github.com/nftstorage/nft.storage/issues/1376)) ([db62471](https://github.com/nftstorage/nft.storage/commit/db624711f10b672a3422e149092f4df0a5495d91)) + + +### Bug Fixes + +* create stream when needed ([#1693](https://github.com/nftstorage/nft.storage/issues/1693)) ([6dd3368](https://github.com/nftstorage/nft.storage/commit/6dd33685e236f7dbd1343c338d6e29ba6efd9d4e)) + ### [6.0.2](https://github.com/nftstorage/nft.storage/compare/nft.storage-v6.0.1...nft.storage-v6.0.2) (2022-03-07) diff --git a/packages/client/package.json b/packages/client/package.json index dc4b5b3370..0b196364b8 100644 --- a/packages/client/package.json +++ b/packages/client/package.json @@ -1,6 +1,6 @@ { "name": "nft.storage", - "version": "6.0.2", + "version": "6.1.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",