Skip to content

Commit

Permalink
chore: release version v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Aug 2, 2018
1 parent 12e15bc commit cafc59d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
<a name="0.1.0"></a>
# [0.1.0](https://github.com/PeerTunnel/forward-addr/compare/v0.0.2...v0.1.0) (2018-08-02)


### Features

* Add .validate ([bab3491](https://github.com/PeerTunnel/forward-addr/commit/bab3491))
* Add match ([b87397d](https://github.com/PeerTunnel/forward-addr/commit/b87397d))
* Add matchers ([31932c4](https://github.com/PeerTunnel/forward-addr/commit/31932c4))
* turn matchers into types ([9141d80](https://github.com/PeerTunnel/forward-addr/commit/9141d80))



<a name="0.0.2"></a>
## 0.0.2 (2018-08-01)

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": "forward-addr",
"version": "0.0.2",
"version": "0.1.0",
"description": "A multiaddr-inspired address format for recursivly matching protocols and properties",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit cafc59d

Please sign in to comment.