Skip to content

Commit f877e5e

Browse files
Release 2.2.0
[skip ci] ## [2.2.0](v2.1.0...v2.2.0) (2024-12-09) ### Features * hasOwn support Node.js 14 ([#25](#25)) ([857bdff](857bdff))
1 parent 857bdff commit f877e5e

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.2.0](https://github.com/node-modules/is-type-of/compare/v2.1.0...v2.2.0) (2024-12-09)
4+
5+
6+
### Features
7+
8+
* hasOwn support Node.js 14 ([#25](https://github.com/node-modules/is-type-of/issues/25)) ([857bdff](https://github.com/node-modules/is-type-of/commit/857bdff38486cc327ca93599aad5168150559eaa))
9+
310
## [2.1.0](https://github.com/node-modules/is-type-of/compare/v2.0.1...v2.1.0) (2023-11-25)
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.1.0",
3+
"version": "2.2.0",
44
"description": "complete type checking for node",
55
"type": "module",
66
"tshy": {

0 commit comments

Comments
 (0)