Skip to content

Commit

Permalink
Upcoming Release Changes (#619)
Browse files Browse the repository at this point in the history
  • Loading branch information
theguild-bot authored Jan 16, 2025
1 parent 6be34c7 commit e1ec851
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
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

0 comments on commit e1ec851

Please sign in to comment.