Skip to content

Commit

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

## 4.1.0

Features:

* Drop support for Node v13

Deps:

* Update peer dependencies

Tests:

* Import module by name [refactor]
* Run tests in dev mode

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
* Travis CI cache NPM

## 4.0.1

Dev:
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-jest",
"version": "4.0.1",
"version": "4.1.0",
"description": "@overlookmotel's ESLint config for tests with jest",
"main": "index.js",
"files": [],
Expand Down

0 comments on commit 0dc64ca

Please sign in to comment.