chore: release version v0.10.0

This commit is contained in:
David Dias 2018-04-05 17:35:17 +01:00
parent 0a5490ee43
commit 39f70c6671
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
<a name="0.10.0"></a>
# [0.10.0](https://github.com/ipfs/js-libp2p-secio/compare/v0.9.4...v0.10.0) (2018-04-05)
<a name="0.9.4"></a> <a name="0.9.4"></a>
## [0.9.4](https://github.com/ipfs/js-libp2p-secio/compare/v0.9.3...v0.9.4) (2018-03-28) ## [0.9.4](https://github.com/ipfs/js-libp2p-secio/compare/v0.9.3...v0.9.4) (2018-03-28)

View File

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