Skip to content

Commit

Permalink
chore(release): 0.11.0 [skip ci]
Browse files Browse the repository at this point in the history
# [0.11.0](v0.10.1...v0.11.0) (2020-05-18)

### Features

* convert to typescript ([#344](#344)) ([d70ff30](d70ff30))
  • Loading branch information
semantic-release-bot committed May 18, 2020
1 parent d70ff30 commit ca3bef2
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 6 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
19 changes: 13 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -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"
}

0 comments on commit ca3bef2

Please sign in to comment.