Skip to content

Commit fc09257

Browse files
chore(release): 🎉 2.5.3 [skip ci]
## [2.5.3](v2.5.2...v2.5.3) (2024-03-27) ### Bug Fixes * **use/fastify:** Include middleware headers ([134c1b0](134c1b0)), closes [#91](#91)
1 parent 134c1b0 commit fc09257

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.3](https://github.com/enisdenjo/graphql-sse/compare/v2.5.2...v2.5.3) (2024-03-27)
2+
3+
4+
### Bug Fixes
5+
6+
* **use/fastify:** Include middleware headers ([134c1b0](https://github.com/enisdenjo/graphql-sse/commit/134c1b022599e5c403d7204eda61106bac34216a)), closes [#91](https://github.com/enisdenjo/graphql-sse/issues/91)
7+
18
## [2.5.2](https://github.com/enisdenjo/graphql-sse/compare/v2.5.1...v2.5.2) (2023-12-20)
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.2",
3+
"version": "2.5.3",
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)