Skip to content

Commit e20b2f5

Browse files
chore(main): release nft.storage 6.3.0 (#1923)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3738f77 commit e20b2f5

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

packages/client/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [6.3.0](https://github.com/nftstorage/nft.storage/compare/nft.storage-v6.2.0...nft.storage-v6.3.0) (2022-05-19)
4+
5+
6+
### Features
7+
8+
* storeDirectory accepts files as AsyncIterable<File> ([#1920](https://github.com/nftstorage/nft.storage/issues/1920)) ([27394f6](https://github.com/nftstorage/nft.storage/commit/27394f6435ebfbead8cad609b2e92be4b69b4661))
9+
* storeDirectory accepts iter of file objects ([#1924](https://github.com/nftstorage/nft.storage/issues/1924)) ([377b045](https://github.com/nftstorage/nft.storage/commit/377b045995460ac24faac0b5b21eff7e213a6274))
10+
311
## [6.2.0](https://github.com/nftstorage/nft.storage/compare/nft.storage-v6.1.0...nft.storage-v6.2.0) (2022-04-08)
412

513

packages/client/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nft.storage",
3-
"version": "6.2.0",
3+
"version": "6.3.0",
44
"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",
55
"license": "(Apache-2.0 OR MIT)",
66
"type": "module",

0 commit comments

Comments
 (0)