chore: release version v0.6.5

This commit is contained in:
Friedel Ziegelmayer 2017-01-22 17:14:21 +01:00
parent a3b1d45f54
commit efd687f769
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.6.5"></a>
## [0.6.5](https://github.com/ipfs/js-libp2p-secio/compare/v0.6.4...v0.6.5) (2017-01-22)
### Bug Fixes
* update to the new crypto.randomBytes method ([73d0b41](https://github.com/ipfs/js-libp2p-secio/commit/73d0b41))
<a name="0.6.4"></a>
## [0.6.4](https://github.com/ipfs/js-libp2p-secio/compare/v0.6.3...v0.6.4) (2016-12-13)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-secio",
"version": "0.6.4",
"version": "0.6.5",
"description": "Secio implementation in JavaScript",
"main": "src/index.js",
"scripts": {