Skip to content

Commit 1777d6c

Browse files
committed
chore: release version v0.1.13
1 parent 01ce115 commit 1777d6c

File tree

2 files changed

+76
-1
lines changed

2 files changed

+76
-1
lines changed

CHANGELOG.md

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,75 @@
1+
<a name="0.1.13"></a>
2+
## [0.1.13](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.12...v0.1.13) (2017-09-07)
3+
4+
5+
### Features
6+
7+
* migrate out of protocol-buffers and into protons ([32deddc](https://github.com/ipfs/js-ipfs-unixfs/commit/32deddc))
8+
9+
10+
11+
<a name="0.1.12"></a>
12+
## [0.1.12](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.11...v0.1.12) (2017-06-16)
13+
14+
15+
### Bug Fixes
16+
17+
* dirs shouldn't have file size ([#16](https://github.com/ipfs/js-ipfs-unixfs/issues/16)) ([6df8579](https://github.com/ipfs/js-ipfs-unixfs/commit/6df8579))
18+
19+
20+
21+
<a name="0.1.11"></a>
22+
## [0.1.11](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.10...v0.1.11) (2017-03-09)
23+
24+
25+
26+
<a name="0.1.10"></a>
27+
## [0.1.10](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.9...v0.1.10) (2017-02-09)
28+
29+
30+
31+
<a name="0.1.9"></a>
32+
## [0.1.9](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.8...v0.1.9) (2016-12-13)
33+
34+
35+
36+
<a name="0.1.8"></a>
37+
## [0.1.8](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.7...v0.1.8) (2016-11-26)
38+
39+
40+
### Bug Fixes
41+
42+
* regression of regression ([91931f4](https://github.com/ipfs/js-ipfs-unixfs/commit/91931f4))
43+
44+
45+
46+
<a name="0.1.7"></a>
47+
## [0.1.7](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.6...v0.1.7) (2016-11-26)
48+
49+
50+
51+
<a name="0.1.6"></a>
52+
## [0.1.6](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.5...v0.1.6) (2016-11-26)
53+
54+
55+
### Bug Fixes
56+
57+
* update breaking dep (protocol-buffers) ([42a16f8](https://github.com/ipfs/js-ipfs-unixfs/commit/42a16f8))
58+
59+
60+
61+
<a name="0.1.5"></a>
62+
## [0.1.5](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.1...v0.1.5) (2016-11-03)
63+
64+
65+
66+
<a name="0.1.1"></a>
67+
## [0.1.1](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.0...v0.1.1) (2016-02-24)
68+
69+
70+
71+
<a name="0.1.0"></a>
72+
# 0.1.0 (2016-02-10)
73+
74+
75+

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",
3-
"version": "0.1.12",
3+
"version": "0.1.13",
44
"description": "JavaScript implementation of IPFS' unixfs (a Unix FileSystem representation on top of a MerkleDAG)",
55
"main": "src/index.js",
66
"browser": {

0 commit comments

Comments
 (0)