Skip to content

Commit 843474d

Browse files
chore(release): 🎉 2.4.0 [skip ci]
# [2.4.0](v2.3.0...v2.4.0) (2023-11-29) ### Bug Fixes * **client:** Use closures instead of bindings (with `this`) ([8ecdf3c](8ecdf3c)) ### Features * **client:** Event listeners for both operation modes ([#84](#84)) ([6274f44](6274f44))
1 parent 6274f44 commit 843474d

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [2.4.0](https://github.com/enisdenjo/graphql-sse/compare/v2.3.0...v2.4.0) (2023-11-29)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** Use closures instead of bindings (with `this`) ([8ecdf3c](https://github.com/enisdenjo/graphql-sse/commit/8ecdf3cffb5e013466defbbb131b7faeb39ec27a))
7+
8+
9+
### Features
10+
11+
* **client:** Event listeners for both operation modes ([#84](https://github.com/enisdenjo/graphql-sse/issues/84)) ([6274f44](https://github.com/enisdenjo/graphql-sse/commit/6274f44983e3c5ca7e343c880d10faf928597848))
12+
113
# [2.3.0](https://github.com/enisdenjo/graphql-sse/compare/v2.2.3...v2.3.0) (2023-09-07)
214

315

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-sse",
3-
"version": "2.3.0",
3+
"version": "2.4.0",
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)