Skip to content

Commit a36bb05

Browse files
committed
Merge branch 'release/2.2.0'
2 parents 8c6d45c + 90a3029 commit a36bb05

File tree

4 files changed

+1497
-1570
lines changed

4 files changed

+1497
-1570
lines changed

.travis.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
language: node_js
22
node_js:
3-
- "9"
3+
- "10"
44
- "8"
5-
- "7"
65
- "6"
7-
- "5"
8-
- "4"
96
after_success: 'npm run coveralls'

CHANGELOG.md

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

3+
## 2.2.0 - 2018.08.07
4+
- Remove support for end-of-life versions of node (4, 5, 7, 9)
5+
- Require node >=6.0.0
6+
- Update package dependencies
7+
38
## 2.1.0 - 2018.08.07
49
- Expose entire process.env to command called with CLI
510

0 commit comments

Comments
 (0)