Skip to content

Commit d45c8df

Browse files
chore(release): 🎉 1.3.0 [skip ci]
# [1.3.0](v1.2.0...v1.3.0) (2020-09-10) ### Features * WebSocket Ping and Pong as keep-alive ([#11](#11)) ([16ae316](16ae316)) * **client:** Emit events for `connecting`, `connected` and `closed` ([627775b](627775b)) * **client:** Implement silent-reconnects ([c6f7872](c6f7872)), closes [#7](#7) * **client:** Lazy option can be changed ([fb0ec14](fb0ec14))
1 parent 9020040 commit d45c8df

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

+10
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# [1.3.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.2.0...v1.3.0) (2020-09-10)
2+
3+
4+
### Features
5+
6+
* WebSocket Ping and Pong as keep-alive ([#11](https://github.com/enisdenjo/graphql-transport-ws/issues/11)) ([16ae316](https://github.com/enisdenjo/graphql-transport-ws/commit/16ae316b35a90d45f379336ec3ed5bedf3f2e28e))
7+
* **client:** Emit events for `connecting`, `connected` and `closed` ([627775b](https://github.com/enisdenjo/graphql-transport-ws/commit/627775b8e1aca8f359607020ff2c3bcc37b50787))
8+
* **client:** Implement silent-reconnects ([c6f7872](https://github.com/enisdenjo/graphql-transport-ws/commit/c6f7872126300befcc47e8e46e82342c2924f453)), closes [#7](https://github.com/enisdenjo/graphql-transport-ws/issues/7)
9+
* **client:** Lazy option can be changed ([fb0ec14](https://github.com/enisdenjo/graphql-transport-ws/commit/fb0ec1478e5219eb75e6bf2a1c2fd2a3a9cbb90d))
10+
111
# [1.2.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.1.1...v1.2.0) (2020-09-04)
212

313

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-transport-ws",
3-
"version": "1.2.0",
3+
"version": "1.3.0",
44
"description": "🚡 Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)