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

Commit e0c1dae

Browse files
committed
chore: release version v0.9.1
1 parent c8729cf commit e0c1dae

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
<a name="0.9.1"></a>
2+
## [0.9.1](https://github.com/ipld/js-ipld-dag-pb/compare/v0.9.0...v0.9.1) (2016-11-24)
3+
4+
5+
### Bug Fixes
6+
7+
* ensure empty link names are preserved ([ad11b7a](https://github.com/ipld/js-ipld-dag-pb/commit/ad11b7a))
8+
* fixtures loading in the browser ([405dd01](https://github.com/ipld/js-ipld-dag-pb/commit/405dd01))
9+
* linting ([d51245c](https://github.com/ipld/js-ipld-dag-pb/commit/d51245c))
10+
* sort links in creation ([8519b3b](https://github.com/ipld/js-ipld-dag-pb/commit/8519b3b))
11+
* use aegir fixtures instead ([c492997](https://github.com/ipld/js-ipld-dag-pb/commit/c492997))
12+
13+
14+
115
<a name="0.9.0"></a>
216
# [0.9.0](https://github.com/ipld/js-ipld-dag-pb/compare/v0.8.0...v0.9.0) (2016-11-24)
317

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.9.0",
3+
"version": "0.9.1",
44
"description": "JavaScript Implementation of the MerkleDAG Node in Protobuf.",
55
"main": "src/index.js",
66
"scripts": {

0 commit comments

Comments
 (0)