Skip to content

Commit

Permalink
chore(release): 馃帀 1.5.0 [skip ci]
Browse files Browse the repository at this point in the history
# [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)
  • Loading branch information
semantic-release-bot committed Sep 18, 2020
1 parent d1f461a commit 4b1fc8d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.5.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.4.2...v1.5.0) (2020-09-18)


### Bug Fixes

* **server:** Use `subscribe` from the config ([6fbd47c](https://github.com/enisdenjo/graphql-transport-ws/commit/6fbd47c2ef14a6ae4297ffe0aaa689eeb3741ed0))


### Features

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

## [1.4.2](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.4.1...v1.4.2) (2020-09-16)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-transport-ws",
"version": "1.4.2",
"version": "1.5.0",
"description": "馃殹 Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"graphql",
Expand Down

0 comments on commit 4b1fc8d

Please sign in to comment.