We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 857bdff commit f877e5eCopy full SHA for f877e5e
2 files changed
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
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
10
## [2.1.0](https://github.com/node-modules/is-type-of/compare/v2.0.1...v2.1.0) (2023-11-25)
11
12
package.json
@@ -1,6 +1,6 @@
{
"name": "is-type-of",
- "version": "2.1.0",
+ "version": "2.2.0",
"description": "complete type checking for node",
"type": "module",
"tshy": {
0 commit comments