Skip to content

Commit 39fbdb3

Browse files
committed
bump iterall version
1 parent c552a64 commit 39fbdb3

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
### vNEXT
44

5+
### 0.5.3
6+
- Require iterall ^1.1.3 to address unhandled exceptions
7+
58
### 0.5.2
69
- Require iterall ^1.1.2 to address memory leak [Issue #97] (https://github.com/apollographql/graphql-subscriptions/issues/97)
710
- Remove `@types/graphql` dependency. [PR #105] (https://github.com/apollographql/graphql-subscriptions/pull/105)

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-subscriptions",
3-
"version": "0.5.2",
3+
"version": "0.5.3",
44
"description": "GraphQL subscriptions for node.js",
55
"main": "dist/index.js",
66
"repository": {
@@ -9,7 +9,7 @@
99
},
1010
"dependencies": {
1111
"es6-promise": "^4.1.1",
12-
"iterall": "^1.1.2"
12+
"iterall": "^1.1.3"
1313
},
1414
"peerDependencies": {
1515
"graphql": "^0.10.5 || ^0.11.3"

0 commit comments

Comments
 (0)