Skip to content

Commit

Permalink
chore(release): 馃帀 5.10.0 [skip ci]
Browse files Browse the repository at this point in the history
# [5.10.0](v5.9.1...v5.10.0) (2022-08-09)

### Features

* **server:** Use `@fastify/websocket` ([#382](#382)) ([dd755b0](dd755b0)), closes [#381](#381)
  • Loading branch information
semantic-release-bot committed Aug 9, 2022
1 parent 7508c3b commit 1a79552
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,10 @@
# [5.10.0](https://github.com/enisdenjo/graphql-ws/compare/v5.9.1...v5.10.0) (2022-08-09)


### Features

* **server:** Use `@fastify/websocket` ([#382](https://github.com/enisdenjo/graphql-ws/issues/382)) ([dd755b0](https://github.com/enisdenjo/graphql-ws/commit/dd755b0bb872b0daf79f53e484a16e868315a655)), closes [#381](https://github.com/enisdenjo/graphql-ws/issues/381)

## [5.9.1](https://github.com/enisdenjo/graphql-ws/compare/v5.9.0...v5.9.1) (2022-07-01)


Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "graphql-ws",
"version": "5.9.1",
"version": "5.10.0",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"protocol",
Expand Down

0 comments on commit 1a79552

Please sign in to comment.