Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

Commit

Permalink
Merge pull request #178 from apollographql/release-0.7.2
Browse files Browse the repository at this point in the history
chore(release): release 0.7.2 (and update dependencies)
  • Loading branch information
Urigo authored Jun 12, 2017
2 parents c041223 + cccd4c1 commit 8af0d47
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# Changelog

### vNEXT

### 0.7.2
- Increase default keep-alive timeout to 30s [PR #177](https://github.com/apollographql/subscriptions-transport-ws/pull/177)
- Operation key is now `string` instead of `number` [PR #176](https://github.com/apollographql/subscriptions-transport-ws/pull/176)
- ...

### 0.7.1
- Fix for reconnect after manual close [PR #164](https://github.com/apollographql/subscriptions-transport-ws/pull/164)
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "subscriptions-transport-ws",
"version": "0.7.1",
"version": "0.7.2",
"description": "A websocket transport for GraphQL subscriptions",
"main": "dist/index.js",
"browser": "dist/client.js",
Expand All @@ -12,7 +12,7 @@
"@types/ws": "^3.0.0",
"backo2": "^1.0.2",
"eventemitter3": "^2.0.3",
"graphql-subscriptions": "^0.4.1",
"graphql-subscriptions": "^0.4.3",
"graphql-tag": "^2.0.0",
"iterall": "^1.1.1",
"lodash.assign": "^4.2.0",
Expand Down Expand Up @@ -41,7 +41,7 @@
"@types/node": "^7.0.27",
"@types/sinon": "^2.3.0",
"chai": "^4.0.2",
"graphql": "^0.10.0",
"graphql": "^0.10.1",
"istanbul": "^1.0.0-alpha.2",
"lodash": "^4.17.1",
"mocha": "^3.3.0",
Expand Down

0 comments on commit 8af0d47

Please sign in to comment.