Skip to content

Commit 4c6cfd8

Browse files
committed
Auto-generated commit
1 parent bad1671 commit 4c6cfd8

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-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-15)
7+
## Unreleased (2024-09-28)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_
1516
- [`95ef049`](https://github.com/stdlib-js/stdlib/commit/95ef04997f2f0f98406dbdf59c5c0ff757c5637a) - **docs:** fix grammar _(by Athan Reines)_
1617
- [`dd48932`](https://github.com/stdlib-js/stdlib/commit/dd489326b8dcee32f41f2ef7c2bafcaa4eb6ce46) - **docs:** fix descriptions _(by Athan Reines)_
1718

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

2627
### Contributors
2728

28-
A total of 1 person contributed to this release. Thank you to this contributor:
29+
A total of 2 people contributed to this release. Thank you to the following contributors:
2930

3031
- Athan Reines
32+
- Philipp Burckhardt
3133

3234
</section>
3335

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#
33
# Contributors listed in alphabetical order.
44

5+
Aayush Khanna <96649223+aayush0325@users.noreply.github.com>
56
Adarsh Palaskar <adarshpalaskar99@gmail.com>
67
Aditya Sapra <adityaework@gmail.com>
78
AgPriyanshu18 <113460573+AgPriyanshu18@users.noreply.github.com>
@@ -20,6 +21,7 @@ Christopher Dambamuromo <chridam@gmail.com>
2021
Dan Rose <danoftheroses@gmail.com>
2122
Daniel Killenberger <daniel.killenberger@gmail.com>
2223
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
24+
Debashis Maharana <debashismaharana7854@gmail.com>
2325
Dominik Moritz <domoritz@gmail.com>
2426
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
2527
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
@@ -39,6 +41,7 @@ Joey Reed <joeyrreed@gmail.com>
3941
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
4042
Joris Labie <joris.labie1@gmail.com>
4143
Justin Dennison <justin1dennison@gmail.com>
44+
Kaif Mohd <mdkaifprofession@gmail.com>
4245
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
4346
Khaldon <kahmd1444@gmail.com>
4447
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -97,6 +100,7 @@ Xiaochuan Ye <tap91624@gmail.com>
97100
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
98101
naveen <stupiddint@gmail.com>
99102
nishant-s7 <97207366+nishant-s7@users.noreply.github.com>
103+
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
100104
orimiles5 <97595296+orimiles5@users.noreply.github.com>
101105
rainn <88160429+AmCodesLame@users.noreply.github.com>
102106
rei2hu <reimu@reimu.ws>

docs/types/test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import ndarraylike2object = require( './index' );
2424
/**
2525
* Mock function to create an ndarray-like object.
2626
*
27-
* @return ndarray-like object
27+
* @returns ndarray-like object
2828
*/
2929
function array(): ndarray {
3030
const obj: ndarray = {

0 commit comments

Comments
 (0)