Skip to content

Commit

Permalink
chore(release): 馃帀 5.9.1 [skip ci]
Browse files Browse the repository at this point in the history
## [5.9.1](v5.9.0...v5.9.1) (2022-07-01)

### Bug Fixes

* Add types path to package.json `exports` ([#375](#375)) ([9f394d7](9f394d7))
  • Loading branch information
semantic-release-bot committed Jul 1, 2022
1 parent 808f21f commit 62cb1d6
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [5.9.1](https://github.com/enisdenjo/graphql-ws/compare/v5.9.0...v5.9.1) (2022-07-01)


### Bug Fixes

* Add types path to package.json `exports` ([#375](https://github.com/enisdenjo/graphql-ws/issues/375)) ([9f394d7](https://github.com/enisdenjo/graphql-ws/commit/9f394d7a8b70c1d6b2cfe6d30ba7e0777d578181))

# [5.9.0](https://github.com/enisdenjo/graphql-ws/compare/v5.8.2...v5.9.0) (2022-06-09)


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

0 comments on commit 62cb1d6

Please sign in to comment.