Skip to content

Commit e1ec851

Browse files
authored
Upcoming Release Changes (#619)
1 parent 6be34c7 commit e1ec851

File tree

4 files changed

+11
-13
lines changed

4 files changed

+11
-13
lines changed

.changeset/itchy-hounds-remain.md

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

.changeset/little-toes-cheer.md

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

CHANGELOG.md

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

3+
## 6.0.1
4+
5+
### Patch Changes
6+
7+
- [#618](https://github.com/enisdenjo/graphql-ws/pull/618) [`6be34c7`](https://github.com/enisdenjo/graphql-ws/commit/6be34c7969d1dbf262f589c8812ff31bd8571c8f) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Remove exports for CommonJS for Deno exports in package.json
8+
9+
[Deno supports ECMAScript modules exclusively.](https://docs.deno.com/runtime/fundamentals/modules/)
10+
11+
- [#618](https://github.com/enisdenjo/graphql-ws/pull/618) [`6be34c7`](https://github.com/enisdenjo/graphql-ws/commit/6be34c7969d1dbf262f589c8812ff31bd8571c8f) Thanks [@enisdenjo](https://github.com/enisdenjo)! - Define exports for CommonJS TypeScript definitions in package.json
12+
313
## 6.0.0
414

515
### Major 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.0",
3+
"version": "6.0.1",
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)