We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6bdbba commit 90a3dfcCopy full SHA for 90a3dfc
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+<a name="0.1.5"></a>
2
+## [0.1.5](https://github.com/ZeroNetJS/zeronet-protocol/compare/v0.1.4...v0.1.5) (2017-12-23)
3
+
4
5
+### Bug Fixes
6
7
+* Always set .crypt on handshake response ([bdb1b44](https://github.com/ZeroNetJS/zeronet-protocol/commit/bdb1b44))
8
9
10
11
<a name="0.1.4"></a>
12
## [0.1.4](https://github.com/ZeroNetJS/zeronet-protocol/compare/v0.1.3...v0.1.4) (2017-12-14)
13
package.json
@@ -1,6 +1,6 @@
{
"name": "zeronet-protocol",
- "version": "0.1.4",
+ "version": "0.1.5",
"description": "ZeroNet protocol",
"main": "src/index.js",
"scripts": {
0 commit comments