Skip to content

Commit

Permalink
Version bump and changelog updates, prepping for release (#172)
Browse files Browse the repository at this point in the history
* Version bump and changelog updates, prepping for release

* Add in PR link

* Remove Node 4 from CI; Add in Node 10
  • Loading branch information
hwillson authored Sep 17, 2018
1 parent 417b194 commit 87b8d8e
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 6 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: node_js
node_js:
- "10"
- "8"
- "6"
- "4"

install:
- npm install -g coveralls
- npm install
Expand Down
14 changes: 10 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
# Changelog

### vNEXT
- BREAKING CHANGE: Changed return type of `publish`. [Issue #160] (https://github.com/apollographql/graphql-subscriptions/issues/160)
- Bump versions of various devDependencies to fix security issues, use newer tslint config [PR #163] (https://github.com/apollographql/graphql-subscriptions/pull/163)
[PR #164] (https://github.com/apollographql/graphql-subscriptions/pull/164)
### 1.0.0

- BREAKING CHANGE: Changed return type of `publish`. <br/>
[@grantwwu](https://github.com/grantwwu) in [#162](https://github.com/apollographql/graphql-subscriptions/pull/162)
- Bump versions of various devDependencies to fix security issues, use
newer tslint config. <br/>
[@grantwwu](https://github.com/grantwwu) in [#163](https://github.com/apollographql/graphql-subscriptions/pull/163)
- Allows `graphql` 14 as a peer dep, forces `graphql` 14 as a dev dep, and
has been updated to use `@types/graphql` 14. <br/>
[@hwillson](https://github.com/hwillson) in [#172](https://github.com/apollographql/graphql-subscriptions/pull/172)

### 0.5.8
- Bump iterall version
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "graphql-subscriptions",
"version": "0.5.8",
"version": "1.0.0",
"description": "GraphQL subscriptions for node.js",
"main": "dist/index.js",
"repository": {
Expand Down

0 comments on commit 87b8d8e

Please sign in to comment.