Skip to content

Commit d49ac2d

Browse files
committed
Auto-generated commit
1 parent 15b6e5d commit d49ac2d

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/.keepalive

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

CHANGELOG.md

Lines changed: 4 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-07-24)
7+
## Unreleased (2026-07-30)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`10ee0a5`](https://github.com/stdlib-js/stdlib/commit/10ee0a56ed60ae3d051ff0426b8e203a29c44cdc) - **chore:** clean-up [(#13754)](https://github.com/stdlib-js/stdlib/pull/13754) _(by Philipp Burckhardt)_
1516
- [`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)_
1617
- [`9d0b88a`](https://github.com/stdlib-js/stdlib/commit/9d0b88a0ac8a16ec7eb28b7e300cf239cc580096) - **bench:** refactor to use string interpolation in `array/uint32` [(#10340)](https://github.com/stdlib-js/stdlib/pull/10340) _(by Shubham)_
1718

@@ -25,10 +26,11 @@
2526

2627
### Contributors
2728

28-
A total of 3 people contributed to this release. Thank you to the following contributors:
29+
A total of 4 people contributed to this release. Thank you to the following contributors:
2930

3031
- Athan Reines
3132
- Karan Anand
33+
- Philipp Burckhardt
3234
- Shubham
3335

3436
</section>

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ var arr = Uint32Array.from( [ 1, 2 ], mapFcn );
263263
A callback function is provided two arguments:
264264

265265
- `value`: source value.
266-
- `index`: source index..
266+
- `index`: source index.
267267

268268
To set the callback execution context, provide a `thisArg`.
269269

0 commit comments

Comments
 (0)