Skip to content

Commit 8cb8d70

Browse files
Release 1.4.0
[skip ci] ## [1.4.0](v1.3.0...v1.4.0) (2023-05-04) ### Features * Add bigInt ([#18](#18)) ([695bcaf](695bcaf))
1 parent 695bcaf commit 8cb8d70

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

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+
310
## [1.3.0](https://github.com/node-modules/is-type-of/compare/v1.2.1...v1.3.0) (2023-05-04)
411

512

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "is-type-of",
3-
"version": "1.3.0",
3+
"version": "1.4.0",
44
"description": "complete type checking for node",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)