diff --git a/nodejs-strip-json-comments.spec b/nodejs-strip-json-comments.spec index 4ed687e..802c6a2 100644 --- a/nodejs-strip-json-comments.spec +++ b/nodejs-strip-json-comments.spec @@ -1,6 +1,6 @@ %{?nodejs_find_provides_and_requires} Name: nodejs-strip-json-comments -Version: 4.0.0 +Version: 5.0.1 Release: 1 Summary: Strip comments from JSON License: MIT @@ -28,6 +28,9 @@ cp -pr package.json index.js \ %{nodejs_sitelib}/strip-json-comments %changelog +* Tue Oct 31 2023 yaoxin - 5.0.1-1 +- Upgrade to 5.0.1 + * Tue Jul 5 2022 caodongxia - 4.0.0-1 - Update to 4.0.0 diff --git a/v4.0.0.tar.gz b/v4.0.0.tar.gz deleted file mode 100644 index 51a9dec..0000000 Binary files a/v4.0.0.tar.gz and /dev/null differ diff --git a/v5.0.1.tar.gz b/v5.0.1.tar.gz new file mode 100644 index 0000000..4aff505 Binary files /dev/null and b/v5.0.1.tar.gz differ