Skip to content

Commit 84c0e99

Browse files
chore(release): 🎉 2.5.0 [skip ci]
# [2.5.0](v2.4.1...v2.5.0) (2023-12-13) ### Features * **use/koa:** expose full Koa context to options ([#86](#86)) ([b37a6f9](b37a6f9))
1 parent b37a6f9 commit 84c0e99

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.0](https://github.com/enisdenjo/graphql-sse/compare/v2.4.1...v2.5.0) (2023-12-13)
2+
3+
4+
### Features
5+
6+
* **use/koa:** expose full Koa context to options ([#86](https://github.com/enisdenjo/graphql-sse/issues/86)) ([b37a6f9](https://github.com/enisdenjo/graphql-sse/commit/b37a6f92f32ac15bb40df2753545c48b054141de))
7+
18
## [2.4.1](https://github.com/enisdenjo/graphql-sse/compare/v2.4.0...v2.4.1) (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.4.1",
3+
"version": "2.5.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)