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

Commit 34d08a6

Browse files
committed
chore: release version v0.26.0
1 parent 69fdf91 commit 34d08a6

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.26.0"></a>
2+
# [0.26.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.25.0...v0.26.0) (2018-03-22)
3+
4+
5+
### Features
6+
7+
* Adds begin/end byte slices to exporter ([#207](https://github.com/ipfs/js-ipfs-unixfs-engine/issues/207)) ([8e11d77](https://github.com/ipfs/js-ipfs-unixfs-engine/commit/8e11d77))
8+
9+
10+
111
<a name="0.25.0"></a>
212
# [0.25.0](https://github.com/ipfs/js-ipfs-unixfs-engine/compare/v0.24.4...v0.25.0) (2018-03-20)
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.25.0",
3+
"version": "0.26.0",
44
"description": "JavaScript implementation of the unixfs Engine used by IPFS",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)