File tree Expand file tree Collapse file tree 6 files changed +36
-6
lines changed Expand file tree Collapse file tree 6 files changed +36
-6
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 4.0.1] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@4.0.0...ipfs-unixfs-exporter@4.0.1 ) (2021-02-23)
7+
8+
9+ ### Bug Fixes
10+
11+ * use ipfs-core-types instead of redefining ipld ([ #121 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/121 ) ) ([ 6cfd51d] ( https://github.com/ipfs/js-ipfs-unixfs/commit/6cfd51de4f00cf4ee3c6a78c378439b80d0e2c25 ) )
12+
13+
14+
15+
16+
617# [ 4.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-exporter@3.0.7...ipfs-unixfs-exporter@4.0.0 ) (2021-02-18)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " ipfs-unixfs-exporter" ,
3- "version" : " 4.0.0 " ,
3+ "version" : " 4.0.1 " ,
44 "description" : " JavaScript implementation of the UnixFs exporter used by IPFS" ,
55 "leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
66 "main" : " src/index.js" ,
3838 "aegir" : " ^30.3.0" ,
3939 "detect-node" : " ^2.0.4" ,
4040 "ipfs-core-types" : " ^0.3.0" ,
41- "ipfs-unixfs-importer" : " ^6.0.0 " ,
41+ "ipfs-unixfs-importer" : " ^6.0.1 " ,
4242 "ipld" : " ^0.28.0" ,
4343 "ipld-dag-pb" : " ^0.21.0" ,
4444 "ipld-in-memory" : " ^7.0.0" ,
5757 "cids" : " ^1.1.5" ,
5858 "err-code" : " ^3.0.1" ,
5959 "hamt-sharding" : " ^2.0.0" ,
60- "ipfs-unixfs" : " ^3.0.0 " ,
60+ "ipfs-unixfs" : " ^3.0.1 " ,
6161 "it-last" : " ^1.0.5" ,
6262 "multihashing-async" : " ^2.1.0"
6363 },
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 6.0.1] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@6.0.0...ipfs-unixfs-importer@6.0.1 ) (2021-02-23)
7+
8+
9+ ### Bug Fixes
10+
11+ * use ipfs-core-types instead of redefining ipld ([ #121 ] ( https://github.com/ipfs/js-ipfs-unixfs/issues/121 ) ) ([ 6cfd51d] ( https://github.com/ipfs/js-ipfs-unixfs/commit/6cfd51de4f00cf4ee3c6a78c378439b80d0e2c25 ) )
12+
13+
14+
15+
16+
617# [ 6.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs-importer@5.0.0...ipfs-unixfs-importer@6.0.0 ) (2021-02-18)
718
819
Original file line number Diff line number Diff line change 11{
22 "name" : " ipfs-unixfs-importer" ,
3- "version" : " 6.0.0 " ,
3+ "version" : " 6.0.1 " ,
44 "description" : " JavaScript implementation of the UnixFs importer used by IPFS" ,
55 "leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
66 "main" : " src/index.js" ,
4646 "cids" : " ^1.1.5" ,
4747 "err-code" : " ^3.0.1" ,
4848 "hamt-sharding" : " ^2.0.0" ,
49- "ipfs-unixfs" : " ^3.0.0 " ,
49+ "ipfs-unixfs" : " ^3.0.1 " ,
5050 "ipld-dag-pb" : " ^0.21.0" ,
5151 "it-all" : " ^1.0.5" ,
5252 "it-batch" : " ^1.0.8" ,
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ ## [ 3.0.1] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@3.0.0...ipfs-unixfs@3.0.1 ) (2021-02-23)
7+
8+ ** Note:** Version bump only for package ipfs-unixfs
9+
10+
11+
12+
13+
614# [ 3.0.0] ( https://github.com/ipfs/js-ipfs-unixfs/compare/ipfs-unixfs@2.0.4...ipfs-unixfs@3.0.0 ) (2021-02-18)
715
816
Original file line number Diff line number Diff line change 11{
22 "name" : " ipfs-unixfs" ,
3- "version" : " 3.0.0 " ,
3+ "version" : " 3.0.1 " ,
44 "description" : " JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)" ,
55 "leadMaintainer" : " Alex Potsides <alex.potsides@protocol.ai>" ,
66 "main" : " src/index.js" ,
You can’t perform that action at this time.
0 commit comments