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

Commit 72c7223

Browse files
committed
chore: release version v0.9.0
1 parent 4245dfd commit 72c7223

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

CHANGELOG.md

+22
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
<a name="0.9.0"></a>
2+
# [0.9.0](https://github.com/ipld/js-ipld-dag-pb/compare/v0.8.0...v0.9.0) (2016-11-24)
3+
4+
5+
### Bug Fixes
6+
7+
* apply code review ([2b1a356](https://github.com/ipld/js-ipld-dag-pb/commit/2b1a356))
8+
* DAGLink tests ([eec00da](https://github.com/ipld/js-ipld-dag-pb/commit/eec00da))
9+
* serialization of empty node ([ae71f26](https://github.com/ipld/js-ipld-dag-pb/commit/ae71f26))
10+
* that linting ([301d0b0](https://github.com/ipld/js-ipld-dag-pb/commit/301d0b0))
11+
12+
13+
### Features
14+
15+
* **refactor:** new API proposal ([b56d797](https://github.com/ipld/js-ipld-dag-pb/commit/b56d797))
16+
* add a same create pattern api for DAGLink ([6a3531d](https://github.com/ipld/js-ipld-dag-pb/commit/6a3531d))
17+
* IPLD Resolver updated, all tests passing ([f53e0c8](https://github.com/ipld/js-ipld-dag-pb/commit/f53e0c8))
18+
* refactor, structure code, make DAGNode funcs inside the same folder, make tests pass again ([ea904a7](https://github.com/ipld/js-ipld-dag-pb/commit/ea904a7))
19+
* update DAGLink and DAGNode to have an immutable API ([4bdb48b](https://github.com/ipld/js-ipld-dag-pb/commit/4bdb48b))
20+
21+
22+
123
<a name="0.8.0"></a>
224
# [0.8.0](https://github.com/ipld/js-ipld-dag-pb/compare/v0.1.3...v0.8.0) (2016-11-03)
325

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ipld-dag-pb",
3-
"version": "0.8.0",
3+
"version": "0.9.0",
44
"description": "JavaScript Implementation of the MerkleDAG Node in Protobuf.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)