Skip to content

Commit

Permalink
chore: release version v0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mkg20001 committed Feb 25, 2018
1 parent 163c094 commit c9322fb
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
<a name="0.0.5"></a>
## [0.0.5](https://github.com/ZeroNetJS/zeronet-relay/compare/v0.0.4...v0.0.5) (2018-02-25)


### Bug Fixes

* issues with id and addr - chore: upgrade packages ([4d49281](https://github.com/ZeroNetJS/zeronet-relay/commit/4d49281))


### Features

* Turn into module and add support for new conn upgrading ([5c72ad0](https://github.com/ZeroNetJS/zeronet-relay/commit/5c72ad0)), closes [#4](https://github.com/ZeroNetJS/zeronet-relay/issues/4)
* Use mplex ([4930bd1](https://github.com/ZeroNetJS/zeronet-relay/commit/4930bd1))



<a name="0.0.4"></a>
## [0.0.4](https://github.com/ZeroNetJS/zeronet-relay/compare/v0.0.3...v0.0.4) (2017-12-24)

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": "zeronet-relay",
"version": "0.0.4",
"version": "0.0.5",
"description": "ZeroNetJS Browser to ZeroNetPy TCP relaying",
"main": "src/index.js",
"scripts": {
Expand Down

0 comments on commit c9322fb

Please sign in to comment.