chore: release version v0.10.3

This commit is contained in:
David Dias 2017-09-07 10:38:29 +01:00
parent 5296f8a42f
commit bf9b532067
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.10.3"></a>
## [0.10.3](https://github.com/libp2p/js-libp2p-crypto/compare/v0.10.2...v0.10.3) (2017-09-07)
### Features
* switch protocol-buffers to protons ([#110](https://github.com/libp2p/js-libp2p-crypto/issues/110)) ([3a91ae2](https://github.com/libp2p/js-libp2p-crypto/commit/3a91ae2))
<a name="0.10.2"></a>
## [0.10.2](https://github.com/libp2p/js-libp2p-crypto/compare/v0.10.1...v0.10.2) (2017-09-06)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-crypto",
"version": "0.10.2",
"version": "0.10.3",
"description": "Crypto primitives for libp2p",
"main": "src/index.js",
"browser": {