chore: release version v0.8.1

This commit is contained in:
David Dias 2017-09-07 10:45:43 +01:00
parent a67197d182
commit 2a0f2308ca
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.8.1"></a>
## [0.8.1](https://github.com/ipfs/js-libp2p-secio/compare/v0.8.0...v0.8.1) (2017-09-07)
### Features
* replace protocol-buffers with protons ([#93](https://github.com/ipfs/js-libp2p-secio/issues/93)) ([a3e69e8](https://github.com/ipfs/js-libp2p-secio/commit/a3e69e8))
<a name="0.8.0"></a> <a name="0.8.0"></a>
# [0.8.0](https://github.com/ipfs/js-libp2p-secio/compare/v0.7.1...v0.8.0) (2017-09-03) # [0.8.0](https://github.com/ipfs/js-libp2p-secio/compare/v0.7.1...v0.8.0) (2017-09-03)

View File

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