Skip to content

Commit

Permalink
Merge pull request #4 from jonathansamines/feature/update-node-support
Browse files Browse the repository at this point in the history
[update-node-support] Remove support for unmaintained Node.js versions
  • Loading branch information
jonathansamines authored Jan 7, 2020
2 parents 8f3ec4c + b804c74 commit 19ba366
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .nvmrc
Original file line number Diff line number Diff line change
@@ -1 +1 @@
6
10
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
language: node_js
node_js:
- 6
- 8
- 9
- "node"
- 10
- 12
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog

## 2.0.0
### Breaking Changes
- Remove support for unsupported Node.js version (v6 and v8)

### Maintainance
- Change publishing settings to use package files and explicitly set the global registry

## 1.0.0
Expand Down

0 comments on commit 19ba366

Please sign in to comment.