Skip to content

Commit ee2f063

Browse files
committed
Auto-generated commit
1 parent dc73ceb commit ee2f063

File tree

4 files changed

+7
-4
lines changed

4 files changed

+7
-4
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-09-15)
7+
## Unreleased (2025-09-29)
88

99
<section class="bug-fixes">
1010

@@ -23,6 +23,7 @@
2323

2424
<details>
2525

26+
- [`07459d3`](https://github.com/stdlib-js/stdlib/commit/07459d3be48a57aac6cc018cbb456749fad79f6a) - **chore:** remove private annotations _(by Philipp Burckhardt)_
2627
- [`7add020`](https://github.com/stdlib-js/stdlib/commit/7add0201c13e56a0381926ccfd4073c84eaf2ed4) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_
2728
- [`07f7c05`](https://github.com/stdlib-js/stdlib/commit/07f7c0522c73e6ad9505e1d45035ae439344200d) - **test:** use standardized assertion messages and fix lint errors _(by Philipp Burckhardt)_
2829
- [`1c56b73`](https://github.com/stdlib-js/stdlib/commit/1c56b737ec018cc818cebf19e5c7947fa684e126) - **docs:** update related packages sections [(#3380)](https://github.com/stdlib-js/stdlib/pull/3380) _(by stdlib-bot)_

CONTRIBUTORS

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Ahmed Khaled <kahmd1444@gmail.com>
2020
Aksshay Balasubramanian <119944779+Aksshay88@users.noreply.github.com>
2121
Aleksandr <112382387+alextes90@users.noreply.github.com>
2222
Ali Salesi <ali_sal1381@yahoo.com>
23-
AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
23+
Aly Abdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
2424
Aman Bhansali <bhansali.1@iitj.ac.in>
2525
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
2626
Amisha Chhajed <136238836+amishhaa@users.noreply.github.com>
@@ -29,6 +29,7 @@ Anmol Sah <113588714+anmolsah@users.noreply.github.com>
2929
Annamalai Prabu <apfossdev@gmail.com>
3030
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
3131
Anshu Kumar <contact.anshukumar@protonmail.com>
32+
Anshuman Singh <109489361+Anshumancanrock@users.noreply.github.com>
3233
Anudeep Sanapala <anudeep0306@gmail.com>
3334
Arihant Pal <arihant0pal@gmail.com>
3435
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
@@ -137,6 +138,7 @@ Nourhan Hasan <109472010+TheNourhan@users.noreply.github.com>
137138
Ognjen Jevremović <ognjenjevremovic@users.noreply.github.com>
138139
Oneday12323 <107678750+Oneday12323@users.noreply.github.com>
139140
Ori Miles <97595296+orimiles5@users.noreply.github.com>
141+
Payal Goswami <payalgoswami9711@gmail.com>
140142
Philipp Burckhardt <pburckhardt@outlook.com>
141143
Pierre Forstmann <15964998+pierreforstmann@users.noreply.github.com>
142144
Pradyumn Prasad <pradyumnprasad.567@gmail.com>
@@ -178,6 +180,7 @@ Sanchay Ketan Sinha <122982233+satansin123@users.noreply.github.com>
178180
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
179181
Satyajeet Chavan <chavansatyajeet2004@gmail.com>
180182
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
183+
Seth-Banker <125103042+Seth-Banker@users.noreply.github.com>
181184
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
182185
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
183186
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
@@ -220,6 +223,7 @@ Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
220223
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
221224
Yugal Kaushik <yugalkaushik14@gmail.com>
222225
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
226+
Zuhair Ahmad <157193652+Zuhair-CS@users.noreply.github.com>
223227
deepak427 <62477872+deepak427@users.noreply.github.com>
224228
devshree-bhati <147095250+devshree-bhati@users.noreply.github.com>
225229
ditsu <170345142+ditsus@users.noreply.github.com>

docs/types/test.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ import BooleanArray = require( './index' );
2424
/**
2525
* Callback function.
2626
*
27-
* @private
2827
* @param v - value
2928
* @returns input value
3029
*/

0 commit comments

Comments
 (0)