Skip to content

Commit d0457c2

Browse files
chore(release): 🎉 2.4.1 [skip ci]
## [2.4.1](v2.4.0...v2.4.1) (2023-12-13) ### Bug Fixes * Add koa exports to package.json ([#85](#85)) ([e99cf99](e99cf99))
1 parent e99cf99 commit d0457c2

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+
## [2.4.1](https://github.com/enisdenjo/graphql-sse/compare/v2.4.0...v2.4.1) (2023-12-13)
2+
3+
4+
### Bug Fixes
5+
6+
* Add koa exports to package.json ([#85](https://github.com/enisdenjo/graphql-sse/issues/85)) ([e99cf99](https://github.com/enisdenjo/graphql-sse/commit/e99cf99d6c011e931353fdf876f91989e6cd3d70))
7+
18
# [2.4.0](https://github.com/enisdenjo/graphql-sse/compare/v2.3.0...v2.4.0) (2023-11-29)
29

310

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-sse",
3-
"version": "2.4.0",
3+
"version": "2.4.1",
44
"description": "Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client",
55
"keywords": [
66
"graphql",

0 commit comments

Comments
 (0)