Skip to content

Commit

Permalink
chore(release): 馃帀 2.5.3 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.3](v2.5.2...v2.5.3) (2024-03-27)

### Bug Fixes

* **use/fastify:** Include middleware headers ([134c1b0](134c1b0)), closes [#91](#91)
  • Loading branch information
semantic-release-bot committed Mar 27, 2024
1 parent 134c1b0 commit fc09257
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.5.3](https://github.com/enisdenjo/graphql-sse/compare/v2.5.2...v2.5.3) (2024-03-27)


### Bug Fixes

* **use/fastify:** Include middleware headers ([134c1b0](https://github.com/enisdenjo/graphql-sse/commit/134c1b022599e5c403d7204eda61106bac34216a)), closes [#91](https://github.com/enisdenjo/graphql-sse/issues/91)

## [2.5.2](https://github.com/enisdenjo/graphql-sse/compare/v2.5.1...v2.5.2) (2023-12-20)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-sse",
"version": "2.5.2",
"version": "2.5.3",
"description": "Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client",
"keywords": [
"graphql",
Expand Down

0 comments on commit fc09257

Please sign in to comment.