Skip to content

Commit

Permalink
chore(main): release nft.storage 6.3.0 (#1923)
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 May 20, 2022
1 parent 3738f77 commit e20b2f5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [6.3.0](https://github.com/nftstorage/nft.storage/compare/nft.storage-v6.2.0...nft.storage-v6.3.0) (2022-05-19)


### Features

* storeDirectory accepts files as AsyncIterable<File> ([#1920](https://github.com/nftstorage/nft.storage/issues/1920)) ([27394f6](https://github.com/nftstorage/nft.storage/commit/27394f6435ebfbead8cad609b2e92be4b69b4661))
* storeDirectory accepts iter of file objects ([#1924](https://github.com/nftstorage/nft.storage/issues/1924)) ([377b045](https://github.com/nftstorage/nft.storage/commit/377b045995460ac24faac0b5b21eff7e213a6274))

## [6.2.0](https://github.com/nftstorage/nft.storage/compare/nft.storage-v6.1.0...nft.storage-v6.2.0) (2022-04-08)


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.2.0",
"version": "6.3.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 e20b2f5

Please sign in to comment.