Skip to content

Commit

Permalink
v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Jun 18, 2020
1 parent 17af070 commit 2af3401
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 2.1.0

Features:

* Drop support for Node v13

Tests:

* Import module by name [refactor]

Dev:

* Replace `.npmignore` with `files` list in `package.json`
* Update dev dependencies
* CI run tests on Node v14
* `.editorconfig` config
* Simplify lint scripts
* Simplify Jest config
* Remove `sudo` key from Travis CI config

## 2.0.0

Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@overlookmotel/eslint-config-node",
"version": "2.0.0",
"version": "2.1.0",
"description": "@overlookmotel's ESLint config for NodeJS",
"main": "index.js",
"files": [],
Expand Down

0 comments on commit 2af3401

Please sign in to comment.