File tree 3 files changed +7
-3
lines changed
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 4
4
5
5
<section class =" release " id =" unreleased " >
6
6
7
- ## Unreleased (2024-09-18 )
7
+ ## Unreleased (2024-09-28 )
8
8
9
9
<section class =" commits " >
10
10
11
11
### Commits
12
12
13
13
<details >
14
14
15
+ - [ ` 975147f ` ] ( https://github.com/stdlib-js/stdlib/commit/975147f3125c786ec1672acb3d2564ca16eaa790 ) - ** docs:** fix TSDoc lint errors _ (by Philipp Burckhardt)_
15
16
- [ ` 20dea8a ` ] ( https://github.com/stdlib-js/stdlib/commit/20dea8af2b14181aa75354f7e3aeb65b955904b9 ) - ** docs:** remove extraneous newline _ (by Athan Reines)_
16
17
- [ ` a541897 ` ] ( https://github.com/stdlib-js/stdlib/commit/a541897dec2cd902c186d9ad128b6efd8a3ca528 ) - ** docs:** fix grammar _ (by Athan Reines)_
17
18
- [ ` 8d4c46b ` ] ( https://github.com/stdlib-js/stdlib/commit/8d4c46b10ca912401e0ff0caa37a17cd3c443c2f ) - ** refactor:** update paths _ (by Athan Reines)_
28
29
29
30
### Contributors
30
31
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 :
32
33
33
34
- Athan Reines
35
+ - Philipp Burckhardt
34
36
35
37
</section >
36
38
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ Christopher Dambamuromo <chridam@gmail.com>
21
21
Dan Rose <danoftheroses@gmail.com>
22
22
Daniel Killenberger <daniel.killenberger@gmail.com>
23
23
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
24
+ Debashis Maharana <debashismaharana7854@gmail.com>
24
25
Dominik Moritz <domoritz@gmail.com>
25
26
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
26
27
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
@@ -99,6 +100,7 @@ Xiaochuan Ye <tap91624@gmail.com>
99
100
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
100
101
naveen <stupiddint@gmail.com>
101
102
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
103
+ olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
102
104
orimiles5 <97595296+orimiles5@users.noreply.github.com>
103
105
rainn <88160429+AmCodesLame@users.noreply.github.com>
104
106
rei2hu <reimu@reimu.ws>
Original file line number Diff line number Diff line change @@ -1016,7 +1016,7 @@ declare function arraylike2object<T = unknown>( x: Array<T> ): GenericAccessorOb
1016
1016
* '2': 3,
1017
1017
* '4': 4,
1018
1018
* 'length': 4
1019
- };
1019
+ * };
1020
1020
* var obj = arraylike2object( x );
1021
1021
* // returns {...}
1022
1022
*
You can’t perform that action at this time.
0 commit comments