chore: release version v0.23.1

This commit is contained in:
Jacob Heun 2018-08-13 15:21:08 +02:00
parent 05c16e4262
commit 7b6c921d36
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
<a name="0.23.1"></a>
## [0.23.1](https://github.com/libp2p/js-libp2p/compare/v0.23.0...v0.23.1) (2018-08-13)
### Bug Fixes
* callback with error for invalid or non-peer multiaddr ([#232](https://github.com/libp2p/js-libp2p/issues/232)) ([c8a86db](https://github.com/libp2p/js-libp2p/commit/c8a86db))
<a name="0.23.0"></a>
# [0.23.0](https://github.com/libp2p/js-libp2p/compare/v0.22.0...v0.23.0) (2018-07-27)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p",
"version": "0.23.0",
"version": "0.23.1",
"description": "JavaScript base class for libp2p bundles",
"leadMaintainer": "Jacob Heun <jacobheun@gmail.com>",
"main": "src/index.js",