Skip to content

Commit e8e7e20

Browse files
committed
Bump to version 0.3.3 - and release!
1 parent 9db0022 commit e8e7e20

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.3.3 - 2013-05-29
2+
- fixed bug where an exception could be thrown when sending a message on a socket that is not opened anymore (issue #18)
3+
- added some tests (work in progress)
4+
15
0.3.2 - 2013-04-08
26
- fixed bug where client would reconnect when closing (@tarangp)
37

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddp",
3-
"version": "0.3.2",
3+
"version": "0.3.3",
44
"description": "Node.js module to connect to servers using DDP protocol.",
55
"author": "Tom Coleman <[email protected]> (http://tom.thesnail.org), Mike Bannister <[email protected]> (http://po.ssibiliti.es)",
66
"main": "lib/ddp-client",

0 commit comments

Comments
 (0)