Skip to content

Commit

Permalink
chore(release): 馃帀 5.14.3 [skip ci]
Browse files Browse the repository at this point in the history
## [5.14.3](v5.14.2...v5.14.3) (2023-12-20)

### Bug Fixes

* **client:** Use closures instead of bindings (with `this`) ([812129d](812129d))
* remove package.json workspaces entry in release ([63a831e](63a831e)), closes [#524](#524)
  • Loading branch information
semantic-release-bot committed Dec 20, 2023
1 parent 63a831e commit e4a75cc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 4 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## [5.14.3](https://github.com/enisdenjo/graphql-ws/compare/v5.14.2...v5.14.3) (2023-12-20)


### Bug Fixes

* **client:** Use closures instead of bindings (with `this`) ([812129d](https://github.com/enisdenjo/graphql-ws/commit/812129dcd6454ac7850a14b300162977d82e9bf9))
* remove package.json workspaces entry in release ([63a831e](https://github.com/enisdenjo/graphql-ws/commit/63a831ef11ae85d93547e7eefe8e0b3113814782)), closes [#524](https://github.com/enisdenjo/graphql-ws/issues/524)

## [5.14.2](https://github.com/enisdenjo/graphql-ws/compare/v5.14.1...v5.14.2) (2023-10-23)


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-ws",
"version": "5.14.2",
"version": "5.14.3",
"description": "Coherent, zero-dependency, lazy, simple, GraphQL over WebSocket Protocol compliant server and client",
"keywords": [
"protocol",
Expand Down Expand Up @@ -85,9 +85,6 @@
"publishConfig": {
"access": "public"
},
"workspaces": [
"website"
],
"scripts": {
"gendocs": "typedoc --options typedoc.js src/ && node scripts/post-gendocs.mjs",
"lint:eslint": "eslint 'src'",
Expand Down

0 comments on commit e4a75cc

Please sign in to comment.