Skip to content

Commit 87b8d8e

Browse files
authored
Version bump and changelog updates, prepping for release (#172)
* Version bump and changelog updates, prepping for release * Add in PR link * Remove Node 4 from CI; Add in Node 10
1 parent 417b194 commit 87b8d8e

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
language: node_js
22
node_js:
3+
- "10"
34
- "8"
45
- "6"
5-
- "4"
6+
67
install:
78
- npm install -g coveralls
89
- npm install

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
# Changelog
22

3-
### vNEXT
4-
- BREAKING CHANGE: Changed return type of `publish`. [Issue #160] (https://github.com/apollographql/graphql-subscriptions/issues/160)
5-
- Bump versions of various devDependencies to fix security issues, use newer tslint config [PR #163] (https://github.com/apollographql/graphql-subscriptions/pull/163)
6-
[PR #164] (https://github.com/apollographql/graphql-subscriptions/pull/164)
3+
### 1.0.0
4+
5+
- BREAKING CHANGE: Changed return type of `publish`. <br/>
6+
[@grantwwu](https://github.com/grantwwu) in [#162](https://github.com/apollographql/graphql-subscriptions/pull/162)
7+
- Bump versions of various devDependencies to fix security issues, use
8+
newer tslint config. <br/>
9+
[@grantwwu](https://github.com/grantwwu) in [#163](https://github.com/apollographql/graphql-subscriptions/pull/163)
10+
- Allows `graphql` 14 as a peer dep, forces `graphql` 14 as a dev dep, and
11+
has been updated to use `@types/graphql` 14. <br/>
12+
[@hwillson](https://github.com/hwillson) in [#172](https://github.com/apollographql/graphql-subscriptions/pull/172)
713

814
### 0.5.8
915
- Bump iterall version

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "graphql-subscriptions",
3-
"version": "0.5.8",
3+
"version": "1.0.0",
44
"description": "GraphQL subscriptions for node.js",
55
"main": "dist/index.js",
66
"repository": {

0 commit comments

Comments
 (0)