Compare commits

...

3 Commits

Author SHA1 Message Date
David Dias
83d2d52205 chore: release version v0.9.3 2017-07-22 12:36:06 -07:00
David Dias
301c779f49 chore: update contributors 2017-07-22 12:36:06 -07:00
David Dias
d552fd423a chore: use ~ instead of ^ 2017-07-22 12:33:24 -07:00
2 changed files with 7 additions and 2 deletions

View File

@@ -1,3 +1,8 @@
<a name="0.9.3"></a>
## [0.9.3](https://github.com/libp2p/js-libp2p-crypto/compare/v0.9.2...v0.9.3) (2017-07-22)
<a name="0.9.2"></a>
## [0.9.2](https://github.com/libp2p/js-libp2p-crypto/compare/v0.9.1...v0.9.2) (2017-07-22)

View File

@@ -1,6 +1,6 @@
{
"name": "libp2p-crypto",
"version": "0.9.2",
"version": "0.9.3",
"description": "Crypto primitives for libp2p",
"main": "src/index.js",
"browser": {
@@ -34,7 +34,7 @@
"async": "^2.5.0",
"browserify-aes": "^1.0.6",
"keypair": "^1.0.1",
"libp2p-crypto-secp256k1": "^0.2.1",
"libp2p-crypto-secp256k1": "~0.2.1",
"nodeify": "^1.0.1",
"pem-jwk": "^1.5.1",
"protocol-buffers": "^3.2.1",