Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upcoming Release Changes #619

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions .changeset/itchy-hounds-remain.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/little-toes-cheer.md

This file was deleted.

10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# graphql-ws

## 6.0.1

### Patch Changes

- [#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

[Deno supports ECMAScript modules exclusively.](https://docs.deno.com/runtime/fundamentals/modules/)

- [#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

## 6.0.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-ws",
"version": "6.0.0",
"version": "6.0.1",
"type": "module",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"repository": {
Expand Down
Loading