diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d383aa5..57f56807 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +# [0.11.0](https://github.com/4Catalyzer/graphql-subscription-server/compare/v0.10.1...v0.11.0) (2020-05-18) + + +### Features + +* convert to typescript ([#344](https://github.com/4Catalyzer/graphql-subscription-server/issues/344)) ([d70ff30](https://github.com/4Catalyzer/graphql-subscription-server/commit/d70ff30)) + ## [0.10.1](https://github.com/4Catalyzer/graphql-subscription-server/compare/v0.10.0...v0.10.1) (2020-05-04) ### Bug Fixes diff --git a/package.json b/package.json index f5bcfcea..65f76a55 100644 --- a/package.json +++ b/package.json @@ -1,13 +1,14 @@ { "name": "@4c/graphql-subscription-server", - "version": "1.0.0", - "author": "4Catalyzer", + "version": "0.11.0", + "author": { + "name": "4Catalyzer" + }, "license": "MIT", "main": "lib/index.js", - "modules": "es/index.js", "repository": { "type": "git", - "url": "https://github.com/4Catalyzer/graphql-subscription-server.git" + "url": "git+https://github.com/4Catalyzer/graphql-subscription-server.git" }, "files": [ "lib", @@ -96,5 +97,11 @@ }, "engines": { "node": ">=v10.19.0" - } -} + }, + "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.0.0" +} \ No newline at end of file