Skip to content

Commit

Permalink
chore: release version v0.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Nov 3, 2017
1 parent 1d896cc commit d6bf15b
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.4"></a>
## [0.1.4](https://github.com/libp2p/js-libp2p-circuit/compare/v0.1.3...v0.1.4) (2017-11-03)


### Bug Fixes

* switch protobufs to protons ([#19](https://github.com/libp2p/js-libp2p-circuit/issues/19)) ([56b37da](https://github.com/libp2p/js-libp2p-circuit/commit/56b37da))



<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)

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

0 comments on commit d6bf15b

Please sign in to comment.