Skip to content

Commit 3811e0f

Browse files
committed
bump versions for release
1 parent c472908 commit 3811e0f

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
0.11.0 — 2015-03-23
2+
3+
- Allow passing url to websocket connection string (#52)
4+
- Allow passing TLS options to websocket connection (#53)
5+
- Track method calls so it incomplete calls can be handled (#54)
6+
17
0.10.0 - 2015-02-03
28

39
- Add optional SockJS support

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ddp",
3-
"version": "0.10.0",
3+
"version": "0.11.0",
44
"description": "Node.js module to connect to servers using DDP protocol.",
55
"author": "Tom Coleman <[email protected]> (http://tom.thesnail.org)",
66
"contributors": [
@@ -26,13 +26,13 @@
2626
"dependencies": {
2727
"ddp-underscore-patched": "0.8.1-2",
2828
"ddp-ejson": "0.8.1-3",
29-
"faye-websocket": "~0.7.1",
29+
"faye-websocket": "~0.9.4",
3030
"request": "2.53.x"
3131
},
3232
"devDependencies": {
33-
"mocha": "1.9.x",
34-
"sinon": "1.7.x",
35-
"rewire": "1.1.x"
33+
"mocha": "~2.2.1",
34+
"sinon": "~1.14.1",
35+
"rewire": "~2.3.1"
3636
},
3737
"scripts": {
3838
"test": "./node_modules/mocha/bin/mocha test"

0 commit comments

Comments
 (0)