Skip to content

Commit 5161bd9

Browse files
authored
Upcoming Release Changes (#626)
1 parent b4a656d commit 5161bd9

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.changeset/flat-mice-hope.md

-5
This file was deleted.

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# graphql-ws
22

3+
## 6.0.4
4+
5+
### Patch Changes
6+
7+
- [#625](https://github.com/enisdenjo/graphql-ws/pull/625) [`b4a656d`](https://github.com/enisdenjo/graphql-ws/commit/b4a656d585827f4e6888eadac1e824c7dcb4ffd0) Thanks [@HermanBilous](https://github.com/HermanBilous)! - Use Math.pow for retry delay calculation
8+
39
## 6.0.3
410

511
### Patch Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-ws",
3-
"version": "6.0.3",
3+
"version": "6.0.4",
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)