Skip to content

Commit 432809e

Browse files
committed
Auto-generated commit
1 parent dc538e9 commit 432809e

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 3 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-07-12)
7+
## Unreleased (2025-07-13)
88

99
<section class="features">
1010

@@ -347,6 +347,7 @@
347347

348348
### Bug Fixes
349349

350+
- [`e4dd1ed`](https://github.com/stdlib-js/stdlib/commit/e4dd1ed8bf809ec7c8c34fd8c5dae03f5ed7cdf3) - use correct name in package.json
350351
- [`8df8042`](https://github.com/stdlib-js/stdlib/commit/8df804279a206bd3b8f2e2fd7016170836ca9381) - add newly supported data types
351352
- [`bd03989`](https://github.com/stdlib-js/stdlib/commit/bd03989d684053a787d91f33dc9f7e5963d8f478) - add missing table
352353
- [`c86cb96`](https://github.com/stdlib-js/stdlib/commit/c86cb96872dce4d7b508daf43886e10c0fedad8f) - update require path
@@ -484,6 +485,7 @@ A total of 22 issues were closed in this release:
484485

485486
<details>
486487

488+
- [`e4dd1ed`](https://github.com/stdlib-js/stdlib/commit/e4dd1ed8bf809ec7c8c34fd8c5dae03f5ed7cdf3) - **fix:** use correct name in package.json _(by Philipp Burckhardt)_
487489
- [`b8933b0`](https://github.com/stdlib-js/stdlib/commit/b8933b0c7fbabd051657132f49cb6eb603ad69db) - **docs:** fix return value description _(by Philipp Burckhardt)_
488490
- [`097c6fb`](https://github.com/stdlib-js/stdlib/commit/097c6fbd4f91e243d6c8a62f5e2abed0ee3d82df) - **chore:** fix C lint errors [(#7630)](https://github.com/stdlib-js/stdlib/pull/7630) _(by GeoDaoyu, Athan Reines)_
489491
- [`a937794`](https://github.com/stdlib-js/stdlib/commit/a937794d19a04066bdc0b63349283d2e0af5a350) - **docs:** update signature _(by Athan Reines)_

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ Anudeep Sanapala <anudeep0306@gmail.com>
3131
Arihant Pal <arihant0pal@gmail.com>
3232
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
3333
Athan Reines <kgryte@gmail.com>
34+
Atharva Patil <124063987+atharva-patil-23@users.noreply.github.com>
3435
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>
3536
Bhavishy Agrawal <90029607+bhavishy2801@users.noreply.github.com>
3637
Brendan Graetz <bguiz@users.noreply.github.com>
@@ -63,6 +64,7 @@ GURU PRASAD SHARMA <168292003+GURUPRASADSHARMA@users.noreply.github.com>
6364
Gaurav <gaurav70380@gmail.com>
6465
Gautam Kaushik <162317291+Kaushikgtm@users.noreply.github.com>
6566
Gautam sharma <gautamkrishnasharma1@gmail.com>
67+
GeoDaoyu <geodaoyu@foxmail.com>
6668
Girish Garg <garggirish2020@gmail.com>
6769
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
6870
Gunj Joshi <gunjjoshi8372@gmail.com>

iter/to-array-each/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@stdlib/ndarray/iter/to-array-ech",
2+
"name": "@stdlib/ndarray/iter/to-array-each",
33
"version": "0.0.0",
44
"description": "Create an iterator which converts each iterated ndarray to a generic array.",
55
"license": "Apache-2.0",

0 commit comments

Comments
 (0)