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 <[email protected]>
56
Adarsh Palaskar <[email protected]>
67
Aditya Sapra <[email protected]>
78
AgPriyanshu18 <[email protected]>
@@ -20,6 +21,7 @@ Christopher Dambamuromo <[email protected]>
2021
2122
Daniel Killenberger <[email protected]>
2223
Daniel Yu <[email protected]>
24+
Debashis Maharana <[email protected]>
2325
Dominik Moritz <[email protected]>
2426
Dorrin Sotoudeh <[email protected]>
2527
EuniceSim142 <[email protected]>
@@ -39,6 +41,7 @@ Joey Reed <[email protected]>
3941
Jordan Gallivan <[email protected]>
4042
Joris Labie <[email protected]>
4143
Justin Dennison <[email protected]>
44+
Kaif Mohd <[email protected]>
4245
Karthik Prakash <[email protected]>
4346
4447
Krishnendu Das <[email protected]>
@@ -97,6 +100,7 @@ Xiaochuan Ye <[email protected]>
97100
Yernar Yergaziyev <[email protected]>
98101
99102
nishant-s7 <[email protected]>
103+
olenkabilonizhka <[email protected]>
100104
orimiles5 <[email protected]>
101105
102106

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)