Skip to content

Commit

Permalink
chore(release): 🎉 1.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.8.0](enisdenjo/graphql-ws@v1.7.0...v1.8.0) (2020-10-19)

### Features

* **server:** Support returning multiple results from `execute` ([enisdenjo#28](enisdenjo#28)) ([dbbd88b](enisdenjo@dbbd88b))
  • Loading branch information
semantic-release-bot committed Oct 19, 2020
1 parent 0a7ea98 commit 50a7e0f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# [1.8.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.7.0...v1.8.0) (2020-10-19)


### Features

* **server:** Support returning multiple results from `execute` ([#28](https://github.com/enisdenjo/graphql-transport-ws/issues/28)) ([dbbd88b](https://github.com/enisdenjo/graphql-transport-ws/commit/dbbd88bb26843da55d9558e7a44bff3108f095ab))

# [1.7.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.6.0...v1.7.0) (2020-10-01)


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

0 comments on commit 50a7e0f

Please sign in to comment.