Skip to content

Commit

Permalink
chore(main): release nft.storage 6.1.0 (#1596)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Mar 24, 2022
1 parent 5cc13ea commit 9323e05
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/client/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 9323e05

Please sign in to comment.