Skip to content

Commit

Permalink
Version 0.6.5
Browse files Browse the repository at this point in the history
This is a bugfix release.

Notable changes:

* Fix incorrect behavior of `Connection#handshake` when a callback is
  not passed (Connection#username and Connection#sessionId were not
  set).
* Other methods that have an optional callback are slightly optimized.

Other changes:

* Fix typos in docs and tests.

PR-URL: #57
  • Loading branch information
aqrln committed Feb 6, 2017
1 parent 7279617 commit a5ae071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "metarhia-jstp",
"version": "0.6.4",
"version": "0.6.5",
"author": "Timur Shemsedinov <timur.shemsedinov@gmail.com>",
"description": "JavaScript Transfer Protocol for Impress Application Server",
"license": "MIT",
Expand Down

0 comments on commit a5ae071

Please sign in to comment.