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.33.2
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddias committed Nov 18, 2017
1 parent f8219e4 commit 232f61f
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.33.2"></a>
## [0.33.2](https://github.com/libp2p/js-libp2p-swarm/compare/v0.33.1...v0.33.2) (2017-11-18)


### Bug Fixes

* don't dial circuit if no transports available ([#236](https://github.com/libp2p/js-libp2p-swarm/issues/236)) ([f22ee2a](https://github.com/libp2p/js-libp2p-swarm/commit/f22ee2a))



<a name="0.33.1"></a>
## [0.33.1](https://github.com/libp2p/js-libp2p-swarm/compare/v0.33.0...v0.33.1) (2017-10-27)

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-swarm",
"version": "0.33.1",
"version": "0.33.2",
"description": "libp2p swarm implementation in JavaScript",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit 232f61f

Please sign in to comment.