Skip to content

Commit

Permalink
Merge pull request #316 from paparomeo/node-v8-support
Browse files Browse the repository at this point in the history
Node v8 support
  • Loading branch information
pmcnr-hx committed Sep 19, 2017
2 parents e2738cd + 7b732c1 commit a70901d
Show file tree
Hide file tree
Showing 4 changed files with 5,168 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ language: node_js
node_js:
- 4
- 6
- 7
- 8
script: npm run ci
notifications:
email: false
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
- 2017-09-19 - v3.2.0
- 2017-09-19 - Node.js 8 support.
- 2017-09-14 - v3.1.0
- 2017-09-14 - Improved Swagger 2.0 configuration.
- 2017-09-14 - Correct sorting of date properties.
Expand Down

0 comments on commit a70901d

Please sign in to comment.