From 00e1041bb25da9485589aea41a61d196d7004e8f Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sat, 18 May 2024 18:47:03 +0000 Subject: [PATCH] Release v0.0.1 --- CONTRIBUTORS | 3 +++ README.md | 4 ++-- package.json | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fcfcfa2..a44d7ac 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -27,6 +27,7 @@ Frank Kovacs Golden Kumar <103646877+AuenKr@users.noreply.github.com> Gunj Joshi Harshita Kalani +Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com> Jaimin Godhani <112328542+Jai0401@users.noreply.github.com> James Gelok Jaysukh Makvana @@ -73,6 +74,7 @@ Shivam <11shivam00@gmail.com> 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> Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com> Spandan Barve @@ -83,6 +85,7 @@ Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com> Utkarsh Utkarsh Raj Varad Gupta +Xiaochuan Ye Yernar Yergaziyev naveen nishant-s7 <97207366+nishant-s7@users.noreply.github.com> diff --git a/README.md b/README.md index a0c5066..f31327b 100644 --- a/README.md +++ b/README.md @@ -237,8 +237,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors]. [npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-mskreject-map.svg [npm-url]: https://npmjs.org/package/@stdlib/array-base-mskreject-map -[test-image]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml/badge.svg?branch=main -[test-url]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml?query=branch:main +[test-image]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml/badge.svg?branch=v0.0.1 +[test-url]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml?query=branch:v0.0.1 [coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-mskreject-map/main.svg [coverage-url]: https://codecov.io/github/stdlib-js/array-base-mskreject-map?branch=main diff --git a/package.json b/package.json index 6d0cfe6..118af32 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@stdlib/array-base-mskreject-map", - "version": "0.0.0", + "version": "0.0.1", "description": "Apply a mask to a provided input array and map the unmasked values according to a callback function.", "license": "Apache-2.0", "author": {