diff --git a/nodejs-resolve-pkg.spec b/nodejs-resolve-pkg.spec index f15e55d..10d70a7 100644 --- a/nodejs-resolve-pkg.spec +++ b/nodejs-resolve-pkg.spec @@ -2,7 +2,7 @@ %global packagename resolve-pkg %global enable_tests 0 Name: nodejs-resolve-pkg -Version: 1.0.0 +Version: 2.0.0 Release: 1 Summary: Resolve the path of a package regardless of it having an entry License: MIT @@ -46,5 +46,8 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/%{packagename} %changelog +* Wed Nov 1 2023 liyanan - 2.0.0-1 +- Update to 2.0.0 + * Wed Aug 19 2020 wangyue - 1.0.0-1 - package init diff --git a/v1.0.0.tar.gz b/v1.0.0.tar.gz deleted file mode 100644 index 396457d..0000000 Binary files a/v1.0.0.tar.gz and /dev/null differ diff --git a/v2.0.0.tar.gz b/v2.0.0.tar.gz new file mode 100644 index 0000000..c9afb06 Binary files /dev/null and b/v2.0.0.tar.gz differ