Skip to content

Commit

Permalink
chore(release): 🎉 1.1.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.1.0](v1.0.2...v1.1.0) (2020-08-28)

### Bug Fixes

* **server:** allow skipping init message wait with zero values ([a7419df](a7419df))
* **server:** use subscription specific formatter for queries and mutations too ([5672a04](5672a04))

### Features

* **client:** introduce Socky 🧦 - the nifty internal socket state manager ([#8](#8)) ([a4bee6f](a4bee6f))
  • Loading branch information
semantic-release-bot committed Aug 28, 2020
1 parent a4bee6f commit b45b38f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [1.1.0](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.0.2...v1.1.0) (2020-08-28)


### Bug Fixes

* **server:** allow skipping init message wait with zero values ([a7419df](https://github.com/enisdenjo/graphql-transport-ws/commit/a7419df077acb018418016c7a06716fb3c054ddb))
* **server:** use subscription specific formatter for queries and mutations too ([5672a04](https://github.com/enisdenjo/graphql-transport-ws/commit/5672a045332ea835e6ff7ce862c7c2a46729363b))


### Features

* **client:** introduce Socky 🧦 - the nifty internal socket state manager ([#8](https://github.com/enisdenjo/graphql-transport-ws/issues/8)) ([a4bee6f](https://github.com/enisdenjo/graphql-transport-ws/commit/a4bee6fb8c1bd56637363a76f6ab0c3b64f55931))

## [1.0.2](https://github.com/enisdenjo/graphql-transport-ws/compare/v1.0.1...v1.0.2) (2020-08-26)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@enisdenjo/graphql-transport-ws",
"version": "1.0.2",
"version": "1.1.0",
"description": "A WebSocket client for GraphQL subscriptions",
"license": "MIT",
"homepage": "https://github.com/enisdenjo/graphql-transport-ws#readme",
Expand Down

0 comments on commit b45b38f

Please sign in to comment.