Skip to content

Commit 02d0f7d

Browse files
committed
Auto-generated commit
1 parent 4adb7cf commit 02d0f7d

File tree

5 files changed

+49
-12
lines changed

5 files changed

+49
-12
lines changed

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
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 (2025-08-05)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`8a0618b`](https://github.com/stdlib-js/stdlib/commit/8a0618bf4e79916cd2e32e9159e0299b7c1bcf34) - **style:** fix indentation in JSON files _(by Philipp Burckhardt)_
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+
- Philipp Burckhardt
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-28)

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Abdelrahman Samir <[email protected]>
99
Abdul Kaium <[email protected]>
1010
Abhay Punia <[email protected]>
1111
Abhijit Raut <[email protected]>
12+
Abhishek G <[email protected]>
1213
Abhishek Jain <[email protected]>
1314
Adarsh Palaskar <[email protected]>
1415
Aditya Sapra <[email protected]>
@@ -119,6 +120,7 @@ Momtchil Momtchev <[email protected]>
119120
Muhammad Haris <[email protected]>
120121
Muhammad Taaha Tariq <[email protected]>
121122
Muhmmad Saad <[email protected]>
123+
NEEKUorAAYUSH <[email protected]>
122124
Naresh Jagadeesan <[email protected]>
123125
Naveen Kumar <[email protected]>
124126
Neeraj Pathak <[email protected]>
@@ -133,6 +135,7 @@ Oneday12323 <[email protected]>
133135
Ori Miles <[email protected]>
134136
Philipp Burckhardt <[email protected]>
135137
Pierre Forstmann <[email protected]>
138+
Pradyumn Prasad <[email protected]>
136139
Prajjwal Bajpai <[email protected]>
137140
Prajwal Kulkarni <[email protected]>
138141
Pranav Goswami <[email protected]>
@@ -198,6 +201,7 @@ Utkarsh <http://[email protected]>
198201
Utkarsh Raj <[email protected]>
199202
UtkershBasnet <[email protected]>
200203
Vaibhav Patel <[email protected]>
204+
Vansh Choudhary <[email protected]>
201205
Vara Rahul Rajana <[email protected]>
202206
Varad Gupta <[email protected]>
203207
Vinit Pandit <[email protected]>

dist/index.js.map

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/names.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[
2-
"Int8Array",
3-
"Uint8Array",
4-
"Uint8ClampedArray",
5-
"Int16Array",
6-
"Uint16Array",
7-
"Int32Array",
8-
"Uint32Array",
9-
"Float32Array",
10-
"Float64Array"
2+
"Int8Array",
3+
"Uint8Array",
4+
"Uint8ClampedArray",
5+
"Int16Array",
6+
"Uint16Array",
7+
"Int32Array",
8+
"Uint32Array",
9+
"Float32Array",
10+
"Float64Array"
1111
]

0 commit comments

Comments
 (0)