Skip to content

Commit

Permalink
chore(release): 2.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0](v1.2.1...v2.0.0) (2020-11-25)

* fix!: socket io v3 update (#392) ([0c4ff42](0c4ff42)), closes [#392](#392)

### BREAKING CHANGES

* socket io v3 update

* add a manual releases file for staging manual releases

* Revert "BREAKING CHANGE: socket io v3 update"

This reverts commit 236ee12.

* linting
  • Loading branch information
semantic-release-bot committed Nov 25, 2020
1 parent 0c4ff42 commit 2589c83
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 3 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
# [2.0.0](https://github.com/4Catalyzer/graphql-subscription-server/compare/v1.2.1...v2.0.0) (2020-11-25)


* fix!: socket io v3 update (#392) ([0c4ff42](https://github.com/4Catalyzer/graphql-subscription-server/commit/0c4ff42a0ac43650d99b8dbdf94247dca6204f13)), closes [#392](https://github.com/4Catalyzer/graphql-subscription-server/issues/392)


### BREAKING CHANGES

* socket io v3 update

* add a manual releases file for staging manual releases

* Revert "BREAKING CHANGE: socket io v3 update"

This reverts commit 236ee123139744c17f83a170860bd4b3e4089f1e.

* linting

## [1.2.1](https://github.com/4Catalyzer/graphql-subscription-server/compare/v1.2.0...v1.2.1) (2020-11-23)


Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@4c/graphql-subscription-server",
"version": "1.2.1",
"version": "2.0.0",
"author": {
"name": "4Catalyzer"
},
Expand Down Expand Up @@ -99,5 +99,5 @@
},
"readme": "ERROR: No README data found!",
"homepage": "https://github.com/4Catalyzer/graphql-subscription-server#readme",
"_id": "@4c/graphql-subscription-server@2.0.1"
}
"_id": "@4c/graphql-subscription-server@1.2.1"
}

0 comments on commit 2589c83

Please sign in to comment.