Skip to content

Commit

Permalink
chore(release): 馃帀 2.5.2 [skip ci]
Browse files Browse the repository at this point in the history
## [2.5.2](v2.5.1...v2.5.2) (2023-12-20)

### Bug Fixes

* remove package.json workspaces entry in release ([c6dc093](c6dc093))
  • Loading branch information
semantic-release-bot committed Dec 20, 2023
1 parent c6dc093 commit 1b2c66c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [2.5.2](https://github.com/enisdenjo/graphql-sse/compare/v2.5.1...v2.5.2) (2023-12-20)


### Bug Fixes

* remove package.json workspaces entry in release ([c6dc093](https://github.com/enisdenjo/graphql-sse/commit/c6dc0933dc776657adaaa7b9a6183839bca35836))

## [2.5.1](https://github.com/enisdenjo/graphql-sse/compare/v2.5.0...v2.5.1) (2023-12-14)


Expand Down
5 changes: 1 addition & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-sse",
"version": "2.5.1",
"version": "2.5.2",
"description": "Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client",
"keywords": [
"graphql",
Expand Down Expand Up @@ -83,9 +83,6 @@
"publishConfig": {
"access": "public"
},
"workspaces": [
"website"
],
"scripts": {
"check:format": "prettier --check .",
"format": "yarn check:format --write",
Expand Down

0 comments on commit 1b2c66c

Please sign in to comment.