Skip to content

Commit 1d101a1

Browse files
committed
Auto-generated commit
1 parent e1b2e65 commit 1d101a1

File tree

3 files changed

+44
-38
lines changed

3 files changed

+44
-38
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-03-17)
7+
## Unreleased (2025-03-18)
88

99
<section class="packages">
1010

@@ -979,9 +979,10 @@ A total of 3 issues were closed in this release:
979979

980980
### Contributors
981981

982-
A total of 6 people contributed to this release. Thank you to the following contributors:
982+
A total of 7 people contributed to this release. Thank you to the following contributors:
983983

984984
- Athan Reines
985+
- Bhavishy Agrawal
985986
- Gururaj Gurram
986987
- Kaushikgtm
987988
- Muhammad Haris
@@ -998,6 +999,7 @@ A total of 6 people contributed to this release. Thank you to the following cont
998999

9991000
<details>
10001001

1002+
- [`ea0fc20`](https://github.com/stdlib-js/stdlib/commit/ea0fc20c91111d85cc32c9d38bd7ce7a70b825f8) - **chore:** fix EditorConfig lint error [(#6135)](https://github.com/stdlib-js/stdlib/pull/6135) _(by Bhavishy Agrawal, Athan Reines)_
10011003
- [`b6a6575`](https://github.com/stdlib-js/stdlib/commit/b6a657548d4e7beacc37f26e7f49c77ae3ea2f0b) - **chore:** fix EditorConfig lint errors [(#6057)](https://github.com/stdlib-js/stdlib/pull/6057) _(by Kaushikgtm)_
10021004
- [`45a92db`](https://github.com/stdlib-js/stdlib/commit/45a92dba41673fda4e01deb4cfc74e7bcb28d50b) - **bench:** fix require expression _(by Athan Reines)_
10031005
- [`3938b26`](https://github.com/stdlib-js/stdlib/commit/3938b265e603116448c89fcaa58df70e79d40f59) - **refactor:** update paths _(by Gururaj Gurram)_

CONTRIBUTORS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ Ahmed Khaled <kahmd1444@gmail.com>
1616
Aksshay Balasubramanian <119944779+Aksshay88@users.noreply.github.com>
1717
Aleksandr <112382387+alextes90@users.noreply.github.com>
1818
Ali Salesi <ali_sal1381@yahoo.com>
19+
AlyAbdelmoneim <148393799+AlyAbdelmoneim@users.noreply.github.com>
1920
Aman Bhansali <bhansali.1@iitj.ac.in>
2021
AmanBhadkariya <140033975+AmanBhadkariya@users.noreply.github.com>
2122
Amit Jimiwal <amitjimiwal45@gmail.com>
@@ -61,6 +62,7 @@ Jaimin Godhani <112328542+Jai0401@users.noreply.github.com>
6162
Jaison D Souza <123267719+jsndz@users.noreply.github.com>
6263
Jalaj Kumar <142599224+jalajk3004@users.noreply.github.com>
6364
James Gelok <jdgelok@gmail.com>
65+
JaySoni1 <jaygsoni14@gmail.com>
6466
Jaysukh Makvana <jaysukhmakvana2004@gmail.com>
6567
Jenish Thapa <141203631+jenish-thapa@users.noreply.github.com>
6668
Jithin KS <jithinks112@gmail.com>
@@ -107,6 +109,7 @@ Pratik Singh <97464067+Pratik772846@users.noreply.github.com>
107109
Pratyush Kumar Chouhan <pratyushkumar0308@gmail.com>
108110
Priyansh Prajapati <88396544+itsspriyansh@users.noreply.github.com>
109111
Priyanshu Agarwal <113460573+AgPriyanshu18@users.noreply.github.com>
112+
Pulkit Gupta <65711278+pulkitgupta2@users.noreply.github.com>
110113
Pushpendra Chandravanshi <pushpendrachandravanshi4@gmail.com>
111114
Raunak Kumar Gupta <raunakmodanwal321@gmail.com>
112115
Rejoan Sardar <119718513+Rejoan-Sardar@users.noreply.github.com>
@@ -162,3 +165,4 @@ pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
162165
rahulrangers <127782777+rahulrangers@users.noreply.github.com>
163166
rainn <88160429+AmCodesLame@users.noreply.github.com>
164167
rei2hu <reimu@reimu.ws>
168+
satansin123 <122982233+satansin123@users.noreply.github.com>
Lines changed: 36 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -1,38 +1,38 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [
28-
"./src/main.c"
29-
],
30-
"include": [
31-
"./include"
32-
],
33-
"libraries": [],
34-
"libpath": [],
35-
"dependencies": []
36-
}
37-
]
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [
28+
"./src/main.c"
29+
],
30+
"include": [
31+
"./include"
32+
],
33+
"libraries": [],
34+
"libpath": [],
35+
"dependencies": []
36+
}
37+
]
3838
}

0 commit comments

Comments
 (0)