Skip to content

Commit adac2b4

Browse files
Release 2.1.0
[skip ci] ## [2.1.0](v2.0.1...v2.1.0) (2023-11-25) ### Features * use tshy to build and support ESM and CommonJS both ([#22](#22)) ([3688cd6](3688cd6))
1 parent 3688cd6 commit adac2b4

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+
## [2.1.0](https://github.com/node-modules/is-type-of/compare/v2.0.1...v2.1.0) (2023-11-25)
4+
5+
6+
### Features
7+
8+
* use tshy to build and support ESM and CommonJS both ([#22](https://github.com/node-modules/is-type-of/issues/22)) ([3688cd6](https://github.com/node-modules/is-type-of/commit/3688cd67dbb75304016220ec4f882a56dcc8d38f))
9+
310
## [2.0.1](https://github.com/node-modules/is-type-of/compare/v2.0.0...v2.0.1) (2023-08-02)
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": "2.0.1",
3+
"version": "2.1.0",
44
"description": "complete type checking for node",
55
"type": "module",
66
"tshy": {

0 commit comments

Comments
 (0)