Skip to content

Commit c7c1e26

Browse files
committed
Auto-generated commit
1 parent e744acc commit c7c1e26

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

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-06-14)
7+
## Unreleased (2025-06-24)
88

99
<section class="features">
1010

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

143143
<details>
144144

145+
- [`edef1e2`](https://github.com/stdlib-js/stdlib/commit/edef1e298a551ed453c4edc3d769746baf5dbde1) - **chore:** minor clean-up _(by Philipp Burckhardt)_
145146
- [`379c3c6`](https://github.com/stdlib-js/stdlib/commit/379c3c63f58517995deb3367e26c6f10bdf6f2eb) - **chore:** fix JavaScript lint errors [(#7355)](https://github.com/stdlib-js/stdlib/pull/7355) _(by Lokesh Ranjan, Athan Reines)_
146147
- [`b81fb3c`](https://github.com/stdlib-js/stdlib/commit/b81fb3cdb78fb07ec80ad7daf3503f769557508d) - **chore:** fix JavaScript lint errors [(#7065)](https://github.com/stdlib-js/stdlib/pull/7065) _(by Uday Kakade, Philipp Burckhardt)_
147148
- [`b904782`](https://github.com/stdlib-js/stdlib/commit/b90478256da0e1c56a9c30788996ff2f5e085f8e) - **chore:** fix JavaScript lint errors [(#6900)](https://github.com/stdlib-js/stdlib/pull/6900) _(by zhanggy)_

CONTRIBUTORS

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ Bryan Elee <[email protected]>
3737
Chinmay Joshi <[email protected]>
3838
Christopher Dambamuromo <[email protected]>
3939
40+
Daniel Hernandez Gomez <[email protected]>
4041
Daniel Killenberger <[email protected]>
4142
Daniel Yu <[email protected]>
4243
Debashis Maharana <[email protected]>
@@ -63,6 +64,7 @@ Girish Garg <[email protected]>
6364
Golden Kumar <[email protected]>
6465
Gunj Joshi <[email protected]>
6566
Gururaj Gurram <[email protected]>
67+
Harishchandra Reddy <[email protected]>
6668
Haroon Rasheed <[email protected]>
6769
6870
@@ -201,6 +203,7 @@ ditsu <[email protected]>
201203
ekambains <[email protected]>
202204
fadiothman22 <[email protected]>
203205
iraandrushko <[email protected]>
206+
204207
lohithganni <[email protected]>
205208
olenkabilonizhka <[email protected]>
206209
pranav-1720 <[email protected]>

every-by/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ var bool = everyBy( arr, isPositive );
6868
// returns false
6969
```
7070

71-
The invoked `function` is provided three arguments:
71+
The invoked `predicate` function is provided three arguments:
7272

7373
- **value**: collection element.
7474
- **index**: collection index.

0 commit comments

Comments
 (0)