We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 31cbb5d commit bd1dc9bCopy full SHA for bd1dc9b
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.11.0"></a>
2
+# [0.11.0](https://github.com/libp2p/js-peer-id/compare/v0.10.7...v0.11.0) (2018-07-02)
3
+
4
5
+### Features
6
7
+* change toPrint output to match go implementation ([e8ab1b9](https://github.com/libp2p/js-peer-id/commit/e8ab1b9))
8
9
10
11
<a name="0.10.7"></a>
12
## [0.10.7](https://github.com/libp2p/js-peer-id/compare/v0.10.6...v0.10.7) (2018-04-05)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "peer-id",
- "version": "0.10.7",
+ "version": "0.11.0",
"description": "IPFS Peer Id implementation in Node.js",
"leadMaintainer": "Pedro Teixeira <[email protected]>",
"main": "src/index.js",
0 commit comments