Skip to content

Commit 1b2c66c

Browse files
chore(release): 🎉 2.5.2 [skip ci]
## [2.5.2](v2.5.1...v2.5.2) (2023-12-20) ### Bug Fixes * remove package.json workspaces entry in release ([c6dc093](c6dc093))
1 parent c6dc093 commit 1b2c66c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [2.5.2](https://github.com/enisdenjo/graphql-sse/compare/v2.5.1...v2.5.2) (2023-12-20)
2+
3+
4+
### Bug Fixes
5+
6+
* remove package.json workspaces entry in release ([c6dc093](https://github.com/enisdenjo/graphql-sse/commit/c6dc0933dc776657adaaa7b9a6183839bca35836))
7+
18
## [2.5.1](https://github.com/enisdenjo/graphql-sse/compare/v2.5.0...v2.5.1) (2023-12-14)
29

310

package.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-sse",
3-
"version": "2.5.1",
3+
"version": "2.5.2",
44
"description": "Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client",
55
"keywords": [
66
"graphql",
@@ -83,9 +83,6 @@
8383
"publishConfig": {
8484
"access": "public"
8585
},
86-
"workspaces": [
87-
"website"
88-
],
8986
"scripts": {
9087
"check:format": "prettier --check .",
9188
"format": "yarn check:format --write",

0 commit comments

Comments
 (0)