Skip to content

Commit fb2b7f2

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

File tree

3 files changed

+9
-8
lines changed

3 files changed

+9
-8
lines changed

.changeset/strange-rice-flow.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+
## 5.16.1
4+
5+
### Patch Changes
6+
7+
- [#607](https://github.com/enisdenjo/graphql-ws/pull/607) [`a629ec7`](https://github.com/enisdenjo/graphql-ws/commit/a629ec74ad9ab58ded4487c9f93609fe49d56632) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Release with [changesets](https://github.com/changesets/changesets)
8+
9+
This version does not contain any code changes.
10+
311
## [5.16.0](https://github.com/enisdenjo/graphql-ws/compare/v5.15.0...v5.16.0) (2024-03-27)
412

513
### Bug Fixes

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": "5.16.0",
3+
"version": "5.16.1",
44
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)