Skip to content

Commit 4c8ff8c

Browse files
committed
Auto-generated commit
1 parent 24fcd22 commit 4c8ff8c

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2026-04-29)
7+
## Unreleased (2026-05-18)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`d660241`](https://github.com/stdlib-js/stdlib/commit/d660241b4827a4c598b2334173552247ad4b839f) - **bench:** refactor to use string interpolation in `array` [(#11414)](https://github.com/stdlib-js/stdlib/pull/11414) _(by Karan Anand, Athan Reines)_
1516
- [`45bbad6`](https://github.com/stdlib-js/stdlib/commit/45bbad6ba1be96aa1bfdcf7229b6747fa207b043) - **bench:** refactor to use string interpolation in `array/uint8c` [(#10338)](https://github.com/stdlib-js/stdlib/pull/10338) _(by Shubham)_
1617

1718
</details>
@@ -24,8 +25,10 @@
2425

2526
### Contributors
2627

27-
A total of 1 person contributed to this release. Thank you to this contributor:
28+
A total of 3 people contributed to this release. Thank you to the following contributors:
2829

30+
- Athan Reines
31+
- Karan Anand
2932
- Shubham
3033

3134
</section>

benchmark/benchmark.from.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ bench( format( '%s::iterable:from', pkg ), opts, function benchmark( b ) {
183183
}
184184
});
185185

186-
bench( format( '%s::iterable,clbk:from:', pkg ), opts, function benchmark( b ) {
186+
bench( format( '%s::iterable,clbk:from', pkg ), opts, function benchmark( b ) {
187187
var arr;
188188
var i;
189189

0 commit comments

Comments
 (0)