Skip to content

Commit

Permalink
bump iterall version
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPhi committed Sep 28, 2017
1 parent c552a64 commit 39fbdb3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

### vNEXT

### 0.5.3
- Require iterall ^1.1.3 to address unhandled exceptions

### 0.5.2
- Require iterall ^1.1.2 to address memory leak [Issue #97] (https://github.com/apollographql/graphql-subscriptions/issues/97)
- Remove `@types/graphql` dependency. [PR #105] (https://github.com/apollographql/graphql-subscriptions/pull/105)
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-subscriptions",
"version": "0.5.2",
"version": "0.5.3",
"description": "GraphQL subscriptions for node.js",
"main": "dist/index.js",
"repository": {
Expand All @@ -9,7 +9,7 @@
},
"dependencies": {
"es6-promise": "^4.1.1",
"iterall": "^1.1.2"
"iterall": "^1.1.3"
},
"peerDependencies": {
"graphql": "^0.10.5 || ^0.11.3"
Expand Down

0 comments on commit 39fbdb3

Please sign in to comment.