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

Commit

Permalink
chore: release version v0.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Apr 9, 2018
1 parent 732ab32 commit 40f1dd4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="0.14.1"></a>
## [0.14.1](https://github.com/libp2p/js-peer-info/compare/v0.14.0...v0.14.1) (2018-04-09)


### Features

* add filter functionality for multiaddr ([#63](https://github.com/libp2p/js-peer-info/issues/63)) ([0dc8e03](https://github.com/libp2p/js-peer-info/commit/0dc8e03))



<a name="0.14.0"></a>
# [0.14.0](https://github.com/libp2p/js-peer-info/compare/v0.13.0...v0.14.0) (2018-04-05)

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-info",
"version": "0.14.0",
"version": "0.14.1",
"description": "IPFS Peer abstraction JavaScript implementation",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 40f1dd4

Please sign in to comment.