Skip to content

Commit 6a31f46

Browse files
Upcoming Release Changes (#666)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 5536292 commit 6a31f46

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/fast-onions-tickle.md

Lines changed: 0 additions & 7 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# graphql-ws
22

3+
## 6.0.7
4+
5+
### Patch Changes
6+
7+
- [#665](https://github.com/enisdenjo/graphql-ws/pull/665) [`5536292`](https://github.com/enisdenjo/graphql-ws/commit/5536292ab26638b63b83a8e5472f12d8d4f19e02) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Remove uWebSockets.js from peer dependencies in package.json
8+
9+
It does not exist on NPM anymore and could lead to weird behavior when installing dependencies with `npm`. Nothing else changes, using `graphql-ws` with uWebSockets.js still works.
10+
311
## 6.0.6
412

513
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-ws",
3-
"version": "6.0.6",
3+
"version": "6.0.7",
44
"type": "module",
55
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
66
"repository": {

0 commit comments

Comments
 (0)