chore: release version v0.8.8

This commit is contained in:
Friedel Ziegelmayer 2017-04-11 11:34:11 +02:00
parent a5ad8cf444
commit 5bc30297de
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.8.8"></a>
## [0.8.8](https://github.com/libp2p/js-libp2p-crypto/compare/v0.8.7...v0.8.8) (2017-04-11)
### Bug Fixes
* **ecdh:** allow base64 to be left-0-padded, needed for JWK format ([be64372](https://github.com/libp2p/js-libp2p-crypto/commit/be64372)), closes [#97](https://github.com/libp2p/js-libp2p-crypto/issues/97)
<a name="0.8.7"></a>
## [0.8.7](https://github.com/libp2p/js-libp2p-crypto/compare/v0.8.6...v0.8.7) (2017-03-21)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-crypto",
"version": "0.8.7",
"version": "0.8.8",
"description": "Crypto primitives for libp2p",
"main": "src/index.js",
"browser": {