Skip to content

Commit 31a045d

Browse files
chore(release): 🎉 2.5.1 [skip ci]
## [2.5.1](v2.5.0...v2.5.1) (2023-12-14) ### Bug Fixes * **use/koa:** Use parsed body from request ([#87](#87)) ([b290b90](b290b90))
1 parent b290b90 commit 31a045d

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.1](https://github.com/enisdenjo/graphql-sse/compare/v2.5.0...v2.5.1) (2023-12-14)
2+
3+
4+
### Bug Fixes
5+
6+
* **use/koa:** Use parsed body from request ([#87](https://github.com/enisdenjo/graphql-sse/issues/87)) ([b290b90](https://github.com/enisdenjo/graphql-sse/commit/b290b90920f98236963b6e6ddfd095e19254634c))
7+
18
# [2.5.0](https://github.com/enisdenjo/graphql-sse/compare/v2.4.1...v2.5.0) (2023-12-13)
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.0",
3+
"version": "2.5.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)