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 <[email protected]>
2020
Aksshay Balasubramanian <[email protected]>
2121
Aleksandr <[email protected]>
2222
Ali Salesi <[email protected]>
23-
AlyAbdelmoneim <[email protected]>
23+
Aly Abdelmoneim <[email protected]>
2424
Aman Bhansali <[email protected]>
2525
AmanBhadkariya <[email protected]>
2626
Amisha Chhajed <[email protected]>
@@ -29,6 +29,7 @@ Anmol Sah <[email protected]>
2929
Annamalai Prabu <[email protected]>
3030
Anshu Kumar <[email protected]>
3131
Anshu Kumar <[email protected]>
32+
Anshuman Singh <[email protected]>
3233
Anudeep Sanapala <[email protected]>
3334
Arihant Pal <[email protected]>
3435
Aryan Bhirud <[email protected]>
@@ -137,6 +138,7 @@ Nourhan Hasan <[email protected]>
137138
Ognjen Jevremović <[email protected]>
138139
Oneday12323 <[email protected]>
139140
Ori Miles <[email protected]>
141+
Payal Goswami <[email protected]>
140142
Philipp Burckhardt <[email protected]>
141143
Pierre Forstmann <[email protected]>
142144
Pradyumn Prasad <[email protected]>
@@ -178,6 +180,7 @@ Sanchay Ketan Sinha <[email protected]>
178180
Sarthak Paandey <[email protected]>
179181
Satyajeet Chavan <[email protected]>
180182
Saurabh Singh <[email protected]>
183+
Seth-Banker <[email protected]>
181184
Seyyed Parsa Neshaei <[email protected]>
182185
Shabareesh Shetty <[email protected]>
183186
Shashank Shekhar Singh <[email protected]>
@@ -220,6 +223,7 @@ Yaswanth Kosuru <[email protected]>
220223
Yernar Yergaziyev <[email protected]>
221224
Yugal Kaushik <[email protected]>
222225
Yuvi Mittal <[email protected]>
226+
Zuhair Ahmad <[email protected]>
223227
deepak427 <[email protected]>
224228
devshree-bhati <[email protected]>
225229

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)