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

Commit 6082762

Browse files
committed
chore: release version v0.27.0
1 parent ca87aae commit 6082762

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<a name="0.27.0"></a>
2+
# [0.27.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.26.0...v0.27.0) (2018-03-27)
3+
4+
5+
### Features
6+
7+
* exporter - support slicing streams stored in deeply nested DAGs ([#208](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/208)) ([8568cd5](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/8568cd5))
8+
9+
10+
111
<a name="0.26.0"></a>
212
# [0.26.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.25.0...v0.26.0) (2018-03-22)
313

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-engine",
3-
"version": "0.26.0",
3+
"version": "0.27.0",
44
"description": "JavaScript implementation of the unixfs Engine used by IPFS",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)