Skip to content

Commit

Permalink
remove depreacted code and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Rinehart committed Sep 11, 2017
1 parent d858377 commit 53cc563
Show file tree
Hide file tree
Showing 10 changed files with 40 additions and 2,279 deletions.
9 changes: 6 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
node_modules
.DS_Store
dist
.vscode
coverage
typings
dist
node_modules
npm-debug.log
package-lock.json
typings
yarn-error.log
yarn.lock
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# Changelog

### vNEXT
- BREAKING CHANGE: Removed deprecated code.
- BREAKING CHANGE: Minimum GraphQL version bumped to 0.11.X.

### 0.4.4
- Avoid infinite loop after the last consumer unsubscribes, [Issue #81](https://github.com/apollographql/graphql-subscriptions/issues/81) [PR #84](https://github.com/apollographql/graphql-subscriptions/pull/84)
Expand Down
Loading

0 comments on commit 53cc563

Please sign in to comment.