diff --git a/CHANGELOG.md b/CHANGELOG.md index 19ee243b..eefb71b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [1.2.0](https://github.com/4Catalyzer/graphql-subscription-server/compare/v1.1.0...v1.2.0) (2020-11-16) + + +### Features + +* log connect and subscribed events ([#354](https://github.com/4Catalyzer/graphql-subscription-server/issues/354)) ([b9a109c](https://github.com/4Catalyzer/graphql-subscription-server/commit/b9a109c7b27159cd024ab4a31e0f6d1f6ecf81a0)) + # [1.1.0](https://github.com/4Catalyzer/graphql-subscription-server/compare/v1.0.1...v1.1.0) (2020-07-21) diff --git a/package.json b/package.json index 2968f255..db12dd3e 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,9 @@ { "name": "@4c/graphql-subscription-server", - "version": "1.1.1", - "author": "4Catalyzer", + "version": "1.2.0", + "author": { + "name": "4Catalyzer" + }, "license": "MIT", "main": "lib/index.js", "repository": { @@ -94,5 +96,8 @@ }, "bugs": { "url": "https://github.com/4Catalyzer/graphql-subscription-server/issues" - } -} + }, + "readme": "ERROR: No README data found!", + "homepage": "https://github.com/4Catalyzer/graphql-subscription-server#readme", + "_id": "@4c/graphql-subscription-server@1.1.1" +} \ No newline at end of file