Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit c27b4a9

Browse files
committedNov 12, 2017
chore: release version v0.24.0
1 parent 1d2705d commit c27b4a9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed
 

‎CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.24.0"></a>
2+
# [0.24.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.23.1...v0.24.0) (2017-11-12)
3+
4+
5+
### Features
6+
7+
* exporter maxDepth ([#197](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/197)) ([211e4e3](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/211e4e3))
8+
9+
10+
111
<a name="0.23.1"></a>
212
## [0.23.1](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.23.0...v0.23.1) (2017-11-10)
313

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipfs-unixfs-engine",
3-
"version": "0.23.1",
3+
"version": "0.24.0",
44
"description": "JavaScript implementation of the unixfs Engine used by IPFS",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)