Skip to content

Commit

Permalink
chore(release): 🎉 4.1.4 [skip ci]
Browse files Browse the repository at this point in the history
## [4.1.4](v4.1.3...v4.1.4) (2021-02-12)

### Bug Fixes

* Define entry points through the `exports`  field and use `.mjs` suffixed ESM imports ([#110](#110)) ([4196238](4196238))
  • Loading branch information
semantic-release-bot committed Feb 12, 2021
1 parent 1efdf52 commit 5d37f80
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 @@
## [4.1.4](https://github.com/enisdenjo/graphql-ws/compare/v4.1.3...v4.1.4) (2021-02-12)


### Bug Fixes

* Define entry points through the `exports` field and use `.mjs` suffixed ESM imports ([#110](https://github.com/enisdenjo/graphql-ws/issues/110)) ([4196238](https://github.com/enisdenjo/graphql-ws/commit/4196238888bffe4fb958bc665512b79eb384a28e))

## [4.1.3](https://github.com/enisdenjo/graphql-ws/compare/v4.1.2...v4.1.3) (2021-02-08)


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

0 comments on commit 5d37f80

Please sign in to comment.