Skip to content

Commit e1b7e55

Browse files
committed
Auto-generated commit
1 parent 9a26d9c commit e1b7e55

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,14 +4,15 @@
44
55
<section class="release" id="unreleased">
66

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

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`975147f`](https://github.com/stdlib-js/stdlib/commit/975147f3125c786ec1672acb3d2564ca16eaa790) - **docs:** fix TSDoc lint errors _(by Philipp Burckhardt)_
1516
- [`20dea8a`](https://github.com/stdlib-js/stdlib/commit/20dea8af2b14181aa75354f7e3aeb65b955904b9) - **docs:** remove extraneous newline _(by Athan Reines)_
1617
- [`a541897`](https://github.com/stdlib-js/stdlib/commit/a541897dec2cd902c186d9ad128b6efd8a3ca528) - **docs:** fix grammar _(by Athan Reines)_
1718
- [`8d4c46b`](https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f) - **refactor:** update paths _(by Athan Reines)_
@@ -28,9 +29,10 @@
2829

2930
### Contributors
3031

31-
A total of 1 person contributed to this release. Thank you to this contributor:
32+
A total of 2 people contributed to this release. Thank you to the following contributors:
3233

3334
- Athan Reines
35+
- Philipp Burckhardt
3436

3537
</section>
3638

CONTRIBUTORS

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Christopher Dambamuromo <chridam@gmail.com>
2121
Dan Rose <danoftheroses@gmail.com>
2222
Daniel Killenberger <daniel.killenberger@gmail.com>
2323
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
24+
Debashis Maharana <debashismaharana7854@gmail.com>
2425
Dominik Moritz <domoritz@gmail.com>
2526
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
2627
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
@@ -99,6 +100,7 @@ Xiaochuan Ye <tap91624@gmail.com>
99100
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
100101
naveen <stupiddint@gmail.com>
101102
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
103+
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
102104
orimiles5 <97595296+orimiles5@users.noreply.github.com>
103105
rainn <88160429+AmCodesLame@users.noreply.github.com>
104106
rei2hu <reimu@reimu.ws>

docs/types/index.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1016,7 +1016,7 @@ declare function arraylike2object<T = unknown>( x: Array<T> ): GenericAccessorOb
10161016
* '2': 3,
10171017
* '4': 4,
10181018
* 'length': 4
1019-
};
1019+
* };
10201020
* var obj = arraylike2object( x );
10211021
* // returns {...}
10221022
*

0 commit comments

Comments
 (0)