Skip to content

Commit

Permalink
v5.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
overlookmotel committed Mar 20, 2022
1 parent 45faf8c commit 5a682e2
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## 5.1.2

Bug fixes:

* Publish `package.json` file in ESM dirs to NPM

## 5.1.1

Docs:
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
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "is-it-type",
"version": "5.1.1",
"version": "5.1.2",
"description": "Determine type of a variable",
"main": "index.js",
"module": "es/index.js",
Expand Down

0 comments on commit 5a682e2

Please sign in to comment.