Skip to content

Commit 7c30ecd

Browse files
committed
Auto-generated commit
1 parent 360969b commit 7c30ecd

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

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

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

99
<section class="features">
1010

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

2323
<details>
2424

25+
- [`abf0407`](https://github.com/stdlib-js/stdlib/commit/abf040787f6598438b0100a729a8331b7f80f62f) - **chore:** resolve lint errors in TS files _(by Philipp Burckhardt)_
2526
- [`5debe82`](https://github.com/stdlib-js/stdlib/commit/5debe8216a1449be68fad01af52d896e63163191) - **test:** add tests to `ndarray/base/map` [(#2810)](https://github.com/stdlib-js/stdlib/pull/2810) _(by Muhammad Haris, Athan Reines)_
2627
- [`6a3b3d7`](https://github.com/stdlib-js/stdlib/commit/6a3b3d731ca697a62e3d58900e1b6cb06e7667dd) - **chore:** update directories meta data _(by Athan Reines)_
2728
- [`72ed2e1`](https://github.com/stdlib-js/stdlib/commit/72ed2e1e6331858c078564e22b6dca041f5daaca) - **feat:** add `ndarray/base/map` [(#2715)](https://github.com/stdlib-js/stdlib/pull/2715) _(by Muhammad Haris, Athan Reines)_
@@ -36,10 +37,11 @@
3637

3738
### Contributors
3839

39-
A total of 2 people contributed to this release. Thank you to the following contributors:
40+
A total of 3 people contributed to this release. Thank you to the following contributors:
4041

4142
- Athan Reines
4243
- Muhammad Haris
44+
- Philipp Burckhardt
4345

4446
</section>
4547

CONTRIBUTORS

+4
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

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ import map = 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)