Skip to content

Commit

Permalink
Merge b54aaa5 into 881e135
Browse files Browse the repository at this point in the history
  • Loading branch information
harrysarson committed Apr 18, 2019
2 parents 881e135 + b54aaa5 commit 1616d59
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
@@ -1,8 +1,8 @@
language: node_js
node_js:
- "node"
- "10"
- "8"
- "6"

after_success:
- npm run coveralls
4 changes: 4 additions & 0 deletions CHANGELOG.md
Expand Up @@ -3,6 +3,10 @@
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [UNRELEASED] - Will be a MAJOR change

Node 6 is no longer supported.

## [3.0.2] - 2019-02-19

### Changed
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -34,7 +34,7 @@
"typescript"
],
"engines": {
"node": ">=6.0"
"node": ">=8.0"
},
"author": "Harry Sarson <harry.sarson@hotmail.co.uk>",
"license": "MIT",
Expand Down

0 comments on commit 1616d59

Please sign in to comment.