Skip to content

Commit b91996d

Browse files
committed
Auto-generated commit
1 parent a61216c commit b91996d

File tree

5 files changed

+47
-5
lines changed

5 files changed

+47
-5
lines changed

CHANGELOG.md

+34
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2024-09-18)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`20dea8a`](https://github.com/stdlib-js/stdlib/commit/20dea8af2b14181aa75354f7e3aeb65b955904b9) - **docs:** remove extraneous newline _(by Athan Reines)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Athan Reines
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.2.2">
640

741
## 0.2.2 (2024-07-29)

CONTRIBUTORS

+9
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]>
@@ -26,17 +27,20 @@ EuniceSim142 <[email protected]>
2627
Frank Kovacs <[email protected]>
2728
Golden Kumar <[email protected]>
2829
Gunj Joshi <[email protected]>
30+
2931
Harshita Kalani <[email protected]>
3032
Hridyanshu <[email protected]>
3133
Jaimin Godhani <[email protected]>
3234
James Gelok <[email protected]>
3335
Jaysukh Makvana <[email protected]>
36+
Jenish Thapa <[email protected]>
3437
Jithin KS <[email protected]>
3538
Joel Mathew Koshy <[email protected]>
3639
Joey Reed <[email protected]>
3740
Jordan Gallivan <[email protected]>
3841
Joris Labie <[email protected]>
3942
Justin Dennison <[email protected]>
43+
Kaif Mohd <[email protected]>
4044
Karthik Prakash <[email protected]>
4145
4246
Krishnendu Das <[email protected]>
@@ -46,6 +50,7 @@ Marcus Fantham <[email protected]>
4650
Matt Cochrane <[email protected]>
4751
Mihir Pandit <[email protected]>
4852
Milan Raj <[email protected]>
53+
Mohammad Kaif <[email protected]>
4954
Momtchil Momtchev <[email protected]>
5055
Muhammad Haris <[email protected]>
5156
Naresh Jagadeesan <[email protected]>
@@ -70,6 +75,7 @@ Roman Stetsyk <[email protected]>
7075
7176
Ryan Seal <[email protected]>
7277
Sai Srikar Dumpeti <[email protected]>
78+
SarthakPaandey <[email protected]>
7379
Seyyed Parsa Neshaei <[email protected]>
7480
Shashank Shekhar Singh <[email protected]>
7581
@@ -84,8 +90,10 @@ Stephannie Jiménez Gacha <[email protected]>
8490
Suraj kumar <[email protected]>
8591
Tirtadwipa Manunggal <[email protected]>
8692
Tudor Pagu <[email protected]>
93+
Tufailahmed Bargir <[email protected]>
8794
Utkarsh <http://[email protected]>
8895
Utkarsh Raj <[email protected]>
96+
Vaibhav Patel <[email protected]>
8997
Varad Gupta <[email protected]>
9098
Xiaochuan Ye <[email protected]>
9199
Yernar Yergaziyev <[email protected]>
@@ -94,3 +102,4 @@ nishant-s7 <[email protected]>
94102
orimiles5 <[email protected]>
95103
96104
105+

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
212212
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-accessors.svg
213213
[npm-url]: https://npmjs.org/package/@stdlib/array-base-accessors
214214

215-
[test-image]: https://github.com/stdlib-js/array-base-accessors/actions/workflows/test.yml/badge.svg?branch=v0.2.2
216-
[test-url]: https://github.com/stdlib-js/array-base-accessors/actions/workflows/test.yml?query=branch:v0.2.2
215+
[test-image]: https://github.com/stdlib-js/array-base-accessors/actions/workflows/test.yml/badge.svg?branch=main
216+
[test-url]: https://github.com/stdlib-js/array-base-accessors/actions/workflows/test.yml?query=branch:main
217217

218218
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-accessors/main.svg
219219
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-accessors?branch=main

docs/types/index.d.ts

+1-2
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ type GetUint8c = ( arr: Uint8ClampedArray, idx: number ) => number | void;
107107
/**
108108
* Returns an element from a `Complex128Array`.
109109
*
110-
* @param
111-
arr - input array
110+
* @param arr - input array
112111
* @param idx - element index
113112
* @returns element value
114113
*/

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@stdlib/array-base-getter": "^0.2.2",
4444
"@stdlib/array-base-setter": "^0.2.2",
4545
"@stdlib/array-dtype": "^0.3.0",
46-
"@stdlib/types": "^0.3.2"
46+
"@stdlib/types": "^0.4.1"
4747
},
4848
"devDependencies": {
4949
"@stdlib/array-base-zero-to": "^0.2.1",

0 commit comments

Comments
 (0)