Skip to content

Commit 00e1041

Browse files
committed
Release v0.0.1
1 parent 9175f85 commit 00e1041

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Frank Kovacs <[email protected]>
2727
Golden Kumar <[email protected]>
2828
Gunj Joshi <[email protected]>
2929
Harshita Kalani <[email protected]>
30+
Hridyanshu <[email protected]>
3031
Jaimin Godhani <[email protected]>
3132
James Gelok <[email protected]>
3233
Jaysukh Makvana <[email protected]>
@@ -73,6 +74,7 @@ Shivam <[email protected]>
7374
Shraddheya Shendre <[email protected]>
7475
Shubh Mehta <[email protected]>
7576
Shubham Mishra <[email protected]>
77+
Sivam Das <[email protected]>
7678
Snehil Shah <[email protected]>
7779
Soumajit Chatterjee <[email protected]>
7880
Spandan Barve <[email protected]>
@@ -83,6 +85,7 @@ Tudor Pagu <[email protected]>
8385
Utkarsh <http://[email protected]>
8486
Utkarsh Raj <[email protected]>
8587
Varad Gupta <[email protected]>
88+
Xiaochuan Ye <[email protected]>
8689
Yernar Yergaziyev <[email protected]>
8790
8891
nishant-s7 <[email protected]>

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -237,8 +237,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
237237
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-mskreject-map.svg
238238
[npm-url]: https://npmjs.org/package/@stdlib/array-base-mskreject-map
239239

240-
[test-image]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml/badge.svg?branch=main
241-
[test-url]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml?query=branch:main
240+
[test-image]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml/badge.svg?branch=v0.0.1
241+
[test-url]: https://github.com/stdlib-js/array-base-mskreject-map/actions/workflows/test.yml?query=branch:v0.0.1
242242

243243
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-mskreject-map/main.svg
244244
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-mskreject-map?branch=main

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@stdlib/array-base-mskreject-map",
3-
"version": "0.0.0",
3+
"version": "0.0.1",
44
"description": "Apply a mask to a provided input array and map the unmasked values according to a callback function.",
55
"license": "Apache-2.0",
66
"author": {

0 commit comments

Comments
 (0)