diff --git a/is-object-1.0.1.tgz b/is-object-1.0.1.tgz deleted file mode 100644 index 41fc618..0000000 Binary files a/is-object-1.0.1.tgz and /dev/null differ diff --git a/is-object-1.0.2.tgz b/is-object-1.0.2.tgz new file mode 100644 index 0000000..5b57731 Binary files /dev/null and b/is-object-1.0.2.tgz differ diff --git a/nodejs-is-object.spec b/nodejs-is-object.spec index 1cdfafa..e830a50 100644 --- a/nodejs-is-object.spec +++ b/nodejs-is-object.spec @@ -1,5 +1,5 @@ Name: nodejs-is-object -Version: 1.0.1 +Version: 1.0.2 Release: 1 Summary: Checks whether a value is an object License: MIT @@ -32,5 +32,8 @@ cp -pr package.json index.js %{buildroot}%{nodejs_sitelib}/is-object %{nodejs_sitelib}/is-object %changelog +* Fri Nov 10 2023 xu_ping <707078654@qq.com> - 1.0.2-1 +- Upgrade version to 1.0.2 + * Thu Aug 20 2020 yaokai - 1.0.1-1 - Package init