Skip to content

Commit

Permalink
Merge branch 'release/2.2.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
keithmorris committed Aug 7, 2018
2 parents 8c6d45c + 90a3029 commit a36bb05
Show file tree
Hide file tree
Showing 4 changed files with 1,497 additions and 1,570 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
language: node_js
node_js:
- "9"
- "10"
- "8"
- "7"
- "6"
- "5"
- "4"
after_success: 'npm run coveralls'
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 2.2.0 - 2018.08.07
- Remove support for end-of-life versions of node (4, 5, 7, 9)
- Require node >=6.0.0
- Update package dependencies

## 2.1.0 - 2018.08.07
- Expose entire process.env to command called with CLI

Expand Down
Loading

0 comments on commit a36bb05

Please sign in to comment.