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

Commit c9f9c4b

Browse files
committed
chore: release version v0.11.2
1 parent c611b0e commit c9f9c4b

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
<a name="0.11.2"></a>
2+
## [0.11.2](https://github.com/ipld/js-ipld-dag-pb/compare/v0.11.0...v0.11.2) (2017-09-07)
3+
4+
5+
### Bug Fixes
6+
7+
* **package:** update cids to version 0.5.0 ([b1d4b0f](https://github.com/ipld/js-ipld-dag-pb/commit/b1d4b0f))
8+
* switch to protobufjs ([#39](https://github.com/ipld/js-ipld-dag-pb/issues/39)) ([5130844](https://github.com/ipld/js-ipld-dag-pb/commit/5130844))
9+
10+
11+
### Features
12+
13+
* replace protocol-buffers with protons ([#42](https://github.com/ipld/js-ipld-dag-pb/issues/42)) ([603e11f](https://github.com/ipld/js-ipld-dag-pb/commit/603e11f))
14+
15+
16+
117
<a name="0.11.1"></a>
218
## [0.11.1](https://github.com/ipld/js-ipld-dag-pb/compare/v0.11.0...v0.11.1) (2017-09-05)
319

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

0 commit comments

Comments
 (0)