Skip to content

Commit 22b8f61

Browse files
committed
Auto-generated commit
1 parent eb4588b commit 22b8f61

File tree

5 files changed

+45
-5
lines changed

5 files changed

+45
-5
lines changed

.github/.keepalive

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

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2025-06-24)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`edef1e2`](https://github.com/stdlib-js/stdlib/commit/edef1e298a551ed453c4edc3d769746baf5dbde1) - **chore:** minor clean-up _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-28)

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,13 @@ Ali Salesi <[email protected]>
2121
AlyAbdelmoneim <[email protected]>
2222
Aman Bhansali <[email protected]>
2323
AmanBhadkariya <[email protected]>
24+
Amisha Chhajed <[email protected]>
2425
Amit Jimiwal <[email protected]>
2526
Annamalai Prabu <[email protected]>
2627
Anshu Kumar <[email protected]>
2728
Anshu Kumar <[email protected]>
2829
Anudeep Sanapala <[email protected]>
30+
Aryan Bhirud <[email protected]>
2931
Athan Reines <[email protected]>
3032
3133
Bhavishy Agrawal <[email protected]>
@@ -35,6 +37,7 @@ Bryan Elee <[email protected]>
3537
Chinmay Joshi <[email protected]>
3638
Christopher Dambamuromo <[email protected]>
3739
40+
Daniel Hernandez Gomez <[email protected]>
3841
Daniel Killenberger <[email protected]>
3942
Daniel Yu <[email protected]>
4043
Debashis Maharana <[email protected]>
@@ -61,6 +64,7 @@ Girish Garg <[email protected]>
6164
Golden Kumar <[email protected]>
6265
Gunj Joshi <[email protected]>
6366
Gururaj Gurram <[email protected]>
67+
Harishchandra Reddy <[email protected]>
6468
Haroon Rasheed <[email protected]>
6569
6670
@@ -93,6 +97,7 @@ Krishnam Agarwal <[email protected]>
9397
Krishnendu Das <[email protected]>
9498
Kshitij-Dale <[email protected]>
9599
Lalit Narayan Yadav <[email protected]>
100+
Lokesh Ranjan <[email protected]>
96101
Lovelin Dhoni J B <[email protected]>
97102
98103
Mahfuza Humayra Mohona <[email protected]>
@@ -121,6 +126,7 @@ Ognjen Jevremović <[email protected]>
121126
Oneday12323 <[email protected]>
122127
Ori Miles <[email protected]>
123128
Philipp Burckhardt <[email protected]>
129+
Pierre Forstmann <[email protected]>
124130
Prajjwal Bajpai <[email protected]>
125131
Prajwal Kulkarni <[email protected]>
126132
Pranav Goswami <[email protected]>
@@ -197,6 +203,7 @@ ditsu <[email protected]>
197203
ekambains <[email protected]>
198204
fadiothman22 <[email protected]>
199205
iraandrushko <[email protected]>
206+
200207
lohithganni <[email protected]>
201208
olenkabilonizhka <[email protected]>
202209
pranav-1720 <[email protected]>

dist/index.d.ts

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ interface IsNaNArray {
9696
* var bool = isNaNArray.objects( [ new Number( NaN ), new Number( NaN ) ] );
9797
* // returns true
9898
*/
99-
declare var isNumberArray: IsNaNArray;
99+
declare var isNaNArray: IsNaNArray;
100100

101101

102102
// EXPORTS //
103103

104-
export = isNumberArray;
104+
export = isNaNArray;

0 commit comments

Comments
 (0)