Skip to content

Commit

Permalink
chore: release version v0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgte committed Oct 18, 2018
1 parent 39e17c0 commit eb06275
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
<a name="0.12.0"></a>
# [0.12.0](https://github.com/libp2p/js-peer-id/compare/v0.11.0...v0.12.0) (2018-10-18)


### Bug Fixes

* add peerIdWithIs to the API functions using the instance ([2e5e666](https://github.com/libp2p/js-peer-id/commit/2e5e666))


### Features

* add class-is module ([6513a02](https://github.com/libp2p/js-peer-id/commit/6513a02))



<a name="0.11.0"></a>
# [0.11.0](https://github.com/libp2p/js-peer-id/compare/v0.10.7...v0.11.0) (2018-07-02)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peer-id",
"version": "0.11.0",
"version": "0.12.0",
"description": "IPFS Peer Id implementation in Node.js",
"leadMaintainer": "Pedro Teixeira <i@pgte.me>",
"main": "src/index.js",
Expand Down

0 comments on commit eb06275

Please sign in to comment.