Skip to content

Commit

Permalink
prep 0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NeoPhi committed Sep 27, 2017
1 parent 0e2d73e commit c552a64
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
# Changelog

### vNEXT
- Remove `@types/graphql` dependency.

### 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)

### 0.5.1
- `withFilter` now called with `(rootValue, args, context, info)` [PR #103] (https://github.com/apollographql/graphql-subscriptions/pull/103)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "graphql-subscriptions",
"version": "0.5.1",
"version": "0.5.2",
"description": "GraphQL subscriptions for node.js",
"main": "dist/index.js",
"repository": {
"type": "git",
"url": "https://github.com/apollostack/graphql-subscriptions.git"
},
"dependencies": {
"es6-promise": "^4.0.5",
"iterall": "^1.1.1"
"es6-promise": "^4.1.1",
"iterall": "^1.1.2"
},
"peerDependencies": {
"graphql": "^0.10.5 || ^0.11.3"
Expand Down

0 comments on commit c552a64

Please sign in to comment.