Skip to content

Commit ce4769e

Browse files
committed
chore: release version v0.3.0
1 parent 9468e36 commit ce4769e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
# [0.3.0](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.2.0...v0.3.0) (2020-01-08)
2+
3+
4+
### Bug Fixes
5+
6+
* address PR comments, refactor to modern class ([45b0b30](https://github.com/ipfs/js-ipfs-unixfs/commit/45b0b30427ed7471a9df681c72528a54243534b5))
7+
* allow mtime and mode to be optional ([00e5ea0](https://github.com/ipfs/js-ipfs-unixfs/commit/00e5ea0567b4a3441b0b908b252de3eeac099805))
8+
* mask file mode ([#39](https://github.com/ipfs/js-ipfs-unixfs/issues/39)) ([09fd4ed](https://github.com/ipfs/js-ipfs-unixfs/commit/09fd4edfd01c1744052f8db1c36f9641e865507b))
9+
* remove boolean trap constructor and update readme ([9517501](https://github.com/ipfs/js-ipfs-unixfs/commit/9517501c325887fa80db8deca6ee8cb967473314))
10+
* unsaved file buffer ([04ea7a1](https://github.com/ipfs/js-ipfs-unixfs/commit/04ea7a1fc61b0b6ce5035d65253675e2b4908b33))
11+
* update protons to latest version ([e232acf](https://github.com/ipfs/js-ipfs-unixfs/commit/e232acf8f1f2c45c6eae791468c56c844f185d82))
12+
* use correct field index ([397931e](https://github.com/ipfs/js-ipfs-unixfs/commit/397931ee0bd0e28055c51f006234788b2e2b6d57))
13+
* values are required, containing types are not ([3a86a0b](https://github.com/ipfs/js-ipfs-unixfs/commit/3a86a0b5b2801b7429c88b986c96f92c89baf694))
14+
15+
16+
### Features
17+
18+
* return mtime as Date object ([a6c4208](https://github.com/ipfs/js-ipfs-unixfs/commit/a6c4208566632b6e718b0bd3b9a9999cab0e3dc2))
19+
* store time as timespec ([#40](https://github.com/ipfs/js-ipfs-unixfs/issues/40)) ([8adc245](https://github.com/ipfs/js-ipfs-unixfs/commit/8adc2458747e81cb15703c83cd29fa82c635ec8c))
20+
21+
22+
123
<a name="0.2.0"></a>
224
# [0.2.0](https://github.com/ipfs/js-ipfs-unixfs/compare/v0.1.16...v0.2.0) (2019-11-18)
325

0 commit comments

Comments
 (0)