Skip to content

Commit fd7ef62

Browse files
committed
Auto-generated commit
1 parent 9f8241a commit fd7ef62

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-05-31)
7+
## Unreleased (2025-06-05)
88

99
<section class="features">
1010

@@ -89,9 +89,9 @@
8989

9090
### Closed Issues
9191

92-
A total of 5 issues were closed in this release:
92+
A total of 6 issues were closed in this release:
9393

94-
[#5814](https://github.com/stdlib-js/stdlib/issues/5814), [#6901](https://github.com/stdlib-js/stdlib/issues/6901), [#6925](https://github.com/stdlib-js/stdlib/issues/6925), [#7084](https://github.com/stdlib-js/stdlib/issues/7084), [#7107](https://github.com/stdlib-js/stdlib/issues/7107)
94+
[#5814](https://github.com/stdlib-js/stdlib/issues/5814), [#6901](https://github.com/stdlib-js/stdlib/issues/6901), [#6925](https://github.com/stdlib-js/stdlib/issues/6925), [#7084](https://github.com/stdlib-js/stdlib/issues/7084), [#7107](https://github.com/stdlib-js/stdlib/issues/7107), [#7199](https://github.com/stdlib-js/stdlib/issues/7199)
9595

9696
</section>
9797

@@ -103,6 +103,7 @@ A total of 5 issues were closed in this release:
103103

104104
<details>
105105

106+
- [`d40eeed`](https://github.com/stdlib-js/stdlib/commit/d40eeedd3e34280593e10be51238e0d80cf2a7cf) - **chore:** fix EditorConfig lint errors [(#7205)](https://github.com/stdlib-js/stdlib/pull/7205) _(by Deepak Singh)_
106107
- [`21cdf0c`](https://github.com/stdlib-js/stdlib/commit/21cdf0c4d3de902744dfecd3387bc64317eddfd4) - **fix:** javascript lint errors [(#7143)](https://github.com/stdlib-js/stdlib/pull/7143) _(by Tushar Bhardwaj, Athan Reines)_
107108
- [`26f5797`](https://github.com/stdlib-js/stdlib/commit/26f5797c30ac9fbdb8a5d11e3dc58ae71813ab0f) - **chore:** fix EditorConfig lint errors [(#7099)](https://github.com/stdlib-js/stdlib/pull/7099) _(by Lalit Narayan Yadav)_
108109
- [`89d9dc3`](https://github.com/stdlib-js/stdlib/commit/89d9dc316985aa3c194222afbf8146e58ff6d761) - **docs:** update namespace table of contents [(#7046)](https://github.com/stdlib-js/stdlib/pull/7046) _(by stdlib-bot)_
@@ -188,10 +189,11 @@ A total of 5 issues were closed in this release:
188189

189190
### Contributors
190191

191-
A total of 7 people contributed to this release. Thank you to the following contributors:
192+
A total of 8 people contributed to this release. Thank you to the following contributors:
192193

193194
- Anshu Kumar
194195
- Athan Reines
196+
- Deepak Singh
195197
- Dipjyoti Das
196198
- Lalit Narayan Yadav
197199
- Philipp Burckhardt

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ Frank Kovacs <fran70kk@gmail.com>
5353
GK Bishnoi <gkishan1kyt@gmail.com>
5454
GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
5555
Gaurav <gaurav70380@gmail.com>
56+
Gautam Kaushik <162317291+Kaushikgtm@users.noreply.github.com>
5657
Gautam sharma <gautamkrishnasharma1@gmail.com>
5758
Girish Garg <garggirish2020@gmail.com>
5859
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
@@ -80,6 +81,7 @@ Joris Labie <joris.labie1@gmail.com>
8081
Justin Dennison <justin1dennison@gmail.com>
8182
Justyn Shelby <96994781+ShelbyJustyn@users.noreply.github.com>
8283
Karan Anand <anandkarancompsci@gmail.com>
84+
Karan Vasudevamurthy <karanlvm123@gmail.com>
8385
Karan Yadav <77043443+karanBRAVO@users.noreply.github.com>
8486
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
8587
Kaushikgtm <162317291+Kaushikgtm@users.noreply.github.com>

is-finite-array/docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
*/
2424
interface IsFiniteArray {
2525
/**
26-
* Tests if a value is an array-like object of finite numbers.
26+
* Tests if a value is an array-like object of finite numbers.
2727
*
2828
* @param value - value to test
2929
* @returns boolean indicating whether a value is an array-like object of finite numbers

0 commit comments

Comments
 (0)