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 655ceec commit 35b384eCopy full SHA for 35b384e
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.10.4"></a>
2
+## [0.10.4](https://github.com/libp2p/js-peer-id/compare/v0.10.3...v0.10.4) (2017-12-20)
3
+
4
5
+### Bug Fixes
6
7
+* update dependencies ([#73](https://github.com/libp2p/js-peer-id/issues/73)) ([8b9a134](https://github.com/libp2p/js-peer-id/commit/8b9a134))
8
9
10
11
<a name="0.10.3"></a>
12
## [0.10.3](https://github.com/libp2p/js-peer-id/compare/v0.10.2...v0.10.3) (2017-12-01)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "peer-id",
- "version": "0.10.3",
+ "version": "0.10.4",
"description": "IPFS Peer Id implementation in Node.js",
"main": "src/index.js",
"bin": "src/bin.js",
0 commit comments