Skip to content

Commit 0786631

Browse files
committed
Auto-generated commit
1 parent ce3e8a7 commit 0786631

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

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

7-
## Unreleased (2024-09-18)
7+
## Unreleased (2024-09-28)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`ff9fa81`](https://github.com/stdlib-js/stdlib/commit/ff9fa81f917d539f1a11fba5580e1744991a8a11) - **docs:** fix TSDoc lint errors _(by Philipp Burckhardt)_
2526
- [`bc12e55`](https://github.com/stdlib-js/stdlib/commit/bc12e55ff4733e9816a2d50e3106ae75de0075f2) - **docs:** fix copy and extraneous newline _(by Athan Reines)_
2627
- [`ca7b037`](https://github.com/stdlib-js/stdlib/commit/ca7b0375bac4ab292d93081e94e8e51a637ba64d) - **feat:** add `wasm/base/strided2object` _(by Athan Reines)_
2728

@@ -35,9 +36,10 @@
3536

3637
### Contributors
3738

38-
A total of 1 person contributed to this release. Thank you to this contributor:
39+
A total of 2 people contributed to this release. Thank you to the following contributors:
3940

4041
- Athan Reines
42+
- Philipp Burckhardt
4143

4244
</section>
4345

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Christopher Dambamuromo <[email protected]>
2121
2222
Daniel Killenberger <[email protected]>
2323
Daniel Yu <[email protected]>
24+
Debashis Maharana <[email protected]>
2425
Dominik Moritz <[email protected]>
2526
Dorrin Sotoudeh <[email protected]>
2627
EuniceSim142 <[email protected]>
@@ -99,6 +100,7 @@ Xiaochuan Ye <[email protected]>
99100
Yernar Yergaziyev <[email protected]>
100101
101102
nishant-s7 <[email protected]>
103+
olenkabilonizhka <[email protected]>
102104
orimiles5 <[email protected]>
103105
104106

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1302,7 +1302,7 @@ declare function strided2object<T = unknown>( N: number, x: Array<T>, stride: nu
13021302
* '2': 3,
13031303
* '4': 4,
13041304
* 'length': 4
1305-
};
1305+
* };
13061306
* var obj = strided2object( 4, x, 1, 0 );
13071307
* // returns {...}
13081308
*

0 commit comments

Comments
 (0)