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 22, 2020
1 parent 5da58e0 commit 2774154
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
20 changes: 20 additions & 0 deletions changelog.md
@@ -1,5 +1,25 @@
# Changelog

## 4.1.0

Features:

* `isArguments` method
* Drop support for Node v13

Dependencies:

* Update `@babel/runtime` dependency

Tests:

* Correct test [fix]

Dev:

* Update dev dependencies
* Simplify lint scripts

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

0 comments on commit 2774154

Please sign in to comment.