diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6c9987..e880e8fc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ + +## [0.13.1](https://github.com/libp2p/js-libp2p/compare/v0.13.0...v0.13.1) (2017-11-12) + + + # [0.13.0](https://github.com/libp2p/js-libp2p/compare/v0.12.4...v0.13.0) (2017-10-26) diff --git a/package.json b/package.json index 71018839..2b806448 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "libp2p", - "version": "0.13.0", + "version": "0.13.1", "description": "JavaScript base class for libp2p bundles", "main": "src/index.js", "scripts": {