diff --git a/CHANGELOG.md b/CHANGELOG.md index 40f0c76..e788754 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,9 @@ > Package changelog. -
+
-## Unreleased (2024-06-16) +## 0.0.1 (2024-06-19)
diff --git a/CONTRIBUTORS b/CONTRIBUTORS index a44d7ac..7ec15a7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -63,6 +63,7 @@ Pushpendra Chandravanshi Raunak Kumar Gupta Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com> Ricky Reusser +Ridam Garg <67867319+RidamGarg@users.noreply.github.com> Robert Gislason Roman Stetsyk <25715951+romanstetsyk@users.noreply.github.com> Rutam <138517416+performant23@users.noreply.github.com> @@ -75,7 +76,7 @@ Shraddheya Shendre Shubh Mehta <93862397+Shubh942@users.noreply.github.com> Shubham Mishra Sivam Das <100067002+Sivam2313@users.noreply.github.com> -Snehil Shah <130062020+Snehil-Shah@users.noreply.github.com> +Snehil Shah Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com> Spandan Barve Stephannie JimĂ©nez Gacha diff --git a/README.md b/README.md index beacb57..ab06ca5 100644 --- a/README.md +++ b/README.md @@ -159,8 +159,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/math-base-special-nanmin.svg [npm-url]: https://npmjs.org/package/@stdlib/math-base-special-nanmin -[test-image]: https://github.com/stdlib-js/math-base-special-nanmin/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/math-base-special-nanmin/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/math-base-special-nanmin/actions/workflows/test.yml/badge.svg?branch=v0.0.1 +[test-url]: https://github.com/stdlib-js/math-base-special-nanmin/actions/workflows/test.yml?query=branch:v0.0.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/math-base-special-nanmin/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/math-base-special-nanmin?branch=main diff --git a/package.json b/package.json index 817e688..51f669c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/math-base-special-nanmin", - "version": "0.0.0", + "version": "0.0.1", "description": "Return the minimum value, ignoring NaN.", "license": "Apache-2.0", "author": {