Skip to content

Commit

Permalink
chore(release): 🎉 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2020-09-10)

### Bug Fixes

* **client:** Only `query` is required in the subscribe payload ([e892530](e892530))

### Features

* **server:** Pass roots for operation fields as an option ([dcb5ed4](dcb5ed4))
  • Loading branch information
semantic-release-bot committed Sep 10, 2020
1 parent 55469f2 commit 4b5b87e
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.4.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.3.0...v1.4.0) (2020-09-10)


### Bug Fixes

* **client:** Only `query` is required in the subscribe payload ([e892530](https://github.com/enisdenjo/graphql-transport-ws/commit/e892530b37108a210976e416b2f5eb3004be7ad3))


### Features

* **server:** Pass roots for operation fields as an option ([dcb5ed4](https://github.com/enisdenjo/graphql-transport-ws/commit/dcb5ed4dcc3c4569b104b2cbe9979161fad2ff0a))

# [1.3.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.2.0...v1.3.0) (2020-09-10)


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.3.0",
"version": "1.4.0",
"description": "🚡 Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"graphql",
Expand Down

0 comments on commit 4b5b87e

Please sign in to comment.