We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 695bcaf commit 8cb8d70Copy full SHA for 8cb8d70
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## [1.4.0](https://github.com/node-modules/is-type-of/compare/v1.3.0...v1.4.0) (2023-05-04)
4
+
5
6
+### Features
7
8
+* Add bigInt ([#18](https://github.com/node-modules/is-type-of/issues/18)) ([695bcaf](https://github.com/node-modules/is-type-of/commit/695bcaf30d0b808012ddad169ccc3cef0c55202f))
9
10
## [1.3.0](https://github.com/node-modules/is-type-of/compare/v1.2.1...v1.3.0) (2023-05-04)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "is-type-of",
- "version": "1.3.0",
+ "version": "1.4.0",
"description": "complete type checking for node",
"main": "index.js",
"scripts": {
0 commit comments