Skip to content

Commit 370ec13

Browse files
chore(release): 🎉 2.3.0 [skip ci]
# [2.3.0](v2.2.3...v2.3.0) (2023-09-07) ### Features * **handler:** Use Koa ([#80](#80)) ([283b453](283b453)), closes [#78](#78)
1 parent 2a3dc61 commit 370ec13

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.3.0](https://github.com/enisdenjo/graphql-sse/compare/v2.2.3...v2.3.0) (2023-09-07)
2+
3+
4+
### Features
5+
6+
* **handler:** Use Koa ([#80](https://github.com/enisdenjo/graphql-sse/issues/80)) ([283b453](https://github.com/enisdenjo/graphql-sse/commit/283b453bd41abbd14c88f5076bf9149b3104ffd9)), closes [#78](https://github.com/enisdenjo/graphql-sse/issues/78)
7+
18
## [2.2.3](https://github.com/enisdenjo/graphql-sse/compare/v2.2.2...v2.2.3) (2023-08-23)
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.2.3",
3+
"version": "2.3.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)