Skip to content

Commit

Permalink
chore(release): 🎉 1.9.3 [skip ci]
Browse files Browse the repository at this point in the history
## [1.9.3](v1.9.2...v1.9.3) (2020-10-31)

### Bug Fixes

* Drop TypeScript DOM lib dependency ([a81e8c1](a81e8c1))
* Support more Node versions by not using `globalThis` ([79c2ed2](79c2ed2))
  • Loading branch information
semantic-release-bot committed Oct 31, 2020
1 parent 7f5aeda commit 8a7ad15
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [1.9.3](https://github.com/enisdenjo/graphql-ws/compare/v1.9.2...v1.9.3) (2020-10-31)


### Bug Fixes

* Drop TypeScript DOM lib dependency ([a81e8c1](https://github.com/enisdenjo/graphql-ws/commit/a81e8c1ea080984ddd6d5e58c154b866ee44c14c))
* Support more Node versions by not using `globalThis` ([79c2ed2](https://github.com/enisdenjo/graphql-ws/commit/79c2ed2056b69bd9b56984947d78897e36594b80))

## [1.9.2](https://github.com/enisdenjo/graphql-ws/compare/v1.9.1...v1.9.2) (2020-10-31)


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": "1.9.2",
"version": "1.9.3",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"protocol",
Expand Down

0 comments on commit 8a7ad15

Please sign in to comment.