Skip to content

Commit a35097f

Browse files
chore(release): 14.0.1 [skip ci]
## [ipfs-unixfs-importer-v14.0.1](ipfs-unixfs-importer-v14.0.0...ipfs-unixfs-importer-v14.0.1) (2023-02-17) ### Bug Fixes * export importFile and importDirectory function ([#284](#284)) ([4b83a19](4b83a19))
1 parent 4b83a19 commit a35097f

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/ipfs-unixfs-importer/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [ipfs-unixfs-importer-v14.0.1](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-v14.0.0...ipfs-unixfs-importer-v14.0.1) (2023-02-17)
2+
3+
4+
### Bug Fixes
5+
6+
* export importFile and importDirectory function ([#284](https://github.com/ipfs/js-ipfs-unixfs/issues/284)) ([4b83a19](https://github.com/ipfs/js-ipfs-unixfs/commit/4b83a19a19157dd996c62f51cca063a11a6196b1))
7+
18
## [ipfs-unixfs-importer-v14.0.0](https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer-v13.0.0...ipfs-unixfs-importer-v14.0.0) (2023-02-16)
29

310

packages/ipfs-unixfs-importer/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-importer",
3-
"version": "14.0.0",
3+
"version": "14.0.1",
44
"description": "JavaScript implementation of the UnixFs importer used by IPFS",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ipfs/js-ipfs-unixfs/tree/master/packages/ipfs-unixfs-importer#readme",

0 commit comments

Comments
 (0)