Skip to content

Commit 5d37f80

Browse files
chore(release): 🎉 4.1.4 [skip ci]
## [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))
1 parent 1efdf52 commit 5d37f80

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [4.1.4](https://github.com/enisdenjo/graphql-ws/compare/v4.1.3...v4.1.4) (2021-02-12)
2+
3+
4+
### Bug Fixes
5+
6+
* 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))
7+
18
## [4.1.3](https://github.com/enisdenjo/graphql-ws/compare/v4.1.2...v4.1.3) (2021-02-08)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-ws",
3-
"version": "4.1.3",
3+
"version": "4.1.4",
44
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
55
"keywords": [
66
"protocol",

0 commit comments

Comments
 (0)