Skip to content

Commit 4b1fc8d

Browse files
chore(release): 🎉 1.5.0 [skip ci]
# [1.5.0](v1.4.2...v1.5.0) (2020-09-18) ### Bug Fixes * **server:** Use `subscribe` from the config ([6fbd47c](6fbd47c)) ### Features * **server:** Define execution/subscription `context` in creation options ([5b3d253](5b3d253)), closes [#13](#13)
1 parent d1f461a commit 4b1fc8d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.5.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.4.2...v1.5.0) (2020-09-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **server:** Use `subscribe` from the config ([6fbd47c](https://github.com/enisdenjo/graphql-transport-ws/commit/6fbd47c2ef14a6ae4297ffe0aaa689eeb3741ed0))
7+
8+
9+
### Features
10+
11+
* **server:** Define execution/subscription `context` in creation options ([5b3d253](https://github.com/enisdenjo/graphql-transport-ws/commit/5b3d25351cdd2714a1edb9833ab2c2c7a9316944)), closes [#13](https://github.com/enisdenjo/graphql-transport-ws/issues/13)
12+
113
## [1.4.2](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.4.1...v1.4.2) (2020-09-16)
214

315

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.4.2",
3+
"version": "1.5.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)