Skip to content
This repository has been archived by the owner on Aug 23, 2019. It is now read-only.

Commit

Permalink
chore: release version v0.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Oct 26, 2017
1 parent a47f05e commit 3296e3e
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.1.3"></a>
## [0.1.3](https://github.com/libp2p/js-libp2p-circuit/compare/v0.1.0...v0.1.3) (2017-10-26)


### Bug Fixes

* listenner callback expects a connection from transport ([#17](https://github.com/libp2p/js-libp2p-circuit/issues/17)) ([13179cb](https://github.com/libp2p/js-libp2p-circuit/commit/13179cb))



<a name="0.1.0"></a>
# 0.1.0 (2017-10-21)

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": "libp2p-circuit",
"version": "0.1.2",
"version": "0.1.3",
"description": "JavaScript implementation of circuit/switch relaying",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 3296e3e

Please sign in to comment.