Skip to content

Commit b8c6beb

Browse files
chore(release): 🎉 2.5.4 [skip ci]
## [2.5.4](v2.5.3...v2.5.4) (2025-01-10) ### Bug Fixes * **client:** Conversion to async iterable from Response.body ([#114](#114)) ([f2adc92](f2adc92))
1 parent f2adc92 commit b8c6beb

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.5.4](https://github.com/enisdenjo/graphql-sse/compare/v2.5.3...v2.5.4) (2025-01-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **client:** Conversion to async iterable from Response.body ([#114](https://github.com/enisdenjo/graphql-sse/issues/114)) ([f2adc92](https://github.com/enisdenjo/graphql-sse/commit/f2adc9241944b3b6fc6b6d201bc97aca9f131df7))
7+
18
## [2.5.3](https://github.com/enisdenjo/graphql-sse/compare/v2.5.2...v2.5.3) (2024-03-27)
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.5.3",
3+
"version": "2.5.4",
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)