Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Commit

Permalink
chore: release version v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Dec 1, 2017
1 parent e1f2c98 commit c27fca5
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 1 deletion.
75 changes: 75 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,75 @@
<a name="0.5.2"></a>
## [0.5.2](https://github.com/libp2p/js-peer-book/compare/v0.5.1...v0.5.2) (2017-12-01)



<a name="0.5.1"></a>
## [0.5.1](https://github.com/libp2p/js-peer-book/compare/v0.5.0...v0.5.1) (2017-09-07)



<a name="0.5.0"></a>
# [0.5.0](https://github.com/libp2p/js-peer-book/compare/v0.4.0...v0.5.0) (2017-07-22)



<a name="0.4.0"></a>
# [0.4.0](https://github.com/libp2p/js-peer-book/compare/v0.3.2...v0.4.0) (2017-03-31)


### Bug Fixes

* return type of getMultiaddrs ([36e77b5](https://github.com/libp2p/js-peer-book/commit/36e77b5))


### Features

* all new shiny api ([d82da99](https://github.com/libp2p/js-peer-book/commit/d82da99))



<a name="0.3.2"></a>
## [0.3.2](https://github.com/libp2p/js-peer-book/compare/v0.3.1...v0.3.2) (2017-03-27)


### Features

* add get and getAddrs helpers ([94f301d](https://github.com/libp2p/js-peer-book/commit/94f301d))



<a name="0.3.1"></a>
## [0.3.1](https://github.com/libp2p/js-peer-book/compare/v0.3.0...v0.3.1) (2017-02-09)


### Features

* upgrade to aegir@9 ([a6f8c27](https://github.com/libp2p/js-peer-book/commit/a6f8c27))



<a name="0.3.0"></a>
# [0.3.0](https://github.com/libp2p/js-peer-book/compare/v0.1.1...v0.3.0) (2016-05-27)



<a name="0.1.1"></a>
## [0.1.1](https://github.com/libp2p/js-peer-book/compare/v0.1.0...v0.1.1) (2016-05-11)



<a name="0.1.0"></a>
# [0.1.0](https://github.com/libp2p/js-peer-book/compare/v0.0.2...v0.1.0) (2016-05-04)



<a name="0.0.2"></a>
## [0.0.2](https://github.com/libp2p/js-peer-book/compare/v0.0.1...v0.0.2) (2016-04-28)



<a name="0.0.1"></a>
## 0.0.1 (2016-04-28)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "peer-book",
"version": "0.5.1",
"version": "0.5.2",
"description": "Peer Store for libp2p and IPFS",
"main": "src/index.js",
"directories": {
Expand Down

0 comments on commit c27fca5

Please sign in to comment.