Skip to content

Commit

Permalink
v5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Feb 1, 2022
1 parent a1dd161 commit 25e694e
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 3 deletions.
26 changes: 26 additions & 0 deletions changelog.md
@@ -1,5 +1,31 @@
# Changelog

Semver minor:

* Drop support for Node v10

Performance:

* Speed up `isObject`
* Export `Array.isArray` directly

Dependencies:

* Update dependencies

Dev:

* Use NPM v7 for development
* Use Github Actions for CI
* Clean up after `cover` NPM script even if fails
* Update dev dependencies

Docs:

* Remove Greenkeeper badge
* Update license year
* Remove license indentation

## 5.0.0

Breaking changes:
Expand Down
4 changes: 2 additions & 2 deletions 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": "5.0.0",
"version": "5.1.0",
"description": "Determine type of a variable",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 25e694e

Please sign in to comment.