chore: release version v0.6.7

This commit is contained in:
David Dias 2017-02-10 16:02:32 -08:00
parent a6737707d6
commit e30f57b8f0
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.6.7"></a>
## [0.6.7](https://github.com/ipfs/js-libp2p-secio/compare/v0.6.6...v0.6.7) (2017-02-11)
### Bug Fixes
* disable webworker tests ([2650370](https://github.com/ipfs/js-libp2p-secio/commit/2650370))
<a name="0.6.6"></a>
## [0.6.6](https://github.com/ipfs/js-libp2p-secio/compare/v0.6.5...v0.6.6) (2017-02-09)

View File

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