Skip to content

Commit

Permalink
v4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed May 7, 2020
1 parent 890f0a2 commit 33ade05
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
26 changes: 26 additions & 0 deletions changelog.md
@@ -1,5 +1,31 @@
# Changelog

## 4.0.0

Breaking changes:

* `isObject` returns false for arrays and other built-ins

Dependencies:

* Update `@babel/runtime` dependency

No code:

* Remove duplicate code comment

Tests:

* Run coverage in dev mode
* Move ESLint config into config file [nocode]

Dev:

* Run tests on CI on Node v14
* Update dev dependencies
* `.editorconfig` config
* Replace `.npmignore` with `files` list in `package.json`

## 3.1.1

Bug fixes:
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
@@ -1,6 +1,6 @@
{
"name": "is-it-type",
"version": "3.1.1",
"version": "4.0.0",
"description": "Determine type of a variable",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 33ade05

Please sign in to comment.