Skip to content

Commit fb1f3bc

Browse files
committed
Auto-generated commit
1 parent 5125e29 commit fb1f3bc

File tree

5 files changed

+52
-2
lines changed

5 files changed

+52
-2
lines changed

.github/.keepalive

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

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,3 +188,7 @@ jsconfig.json
188188
# Other editor files #
189189
######################
190190
.idea/
191+
192+
# Cursor #
193+
##########
194+
.cursorignore

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-02-19)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`c7bfa92`](https://github.com/stdlib-js/stdlib/commit/c7bfa923af0c5346766c90300e0d0a3c2188d438) - **docs:** fix missing ending `section` in various READMEs [(#5292)](https://github.com/stdlib-js/stdlib/pull/5292) _(by Saurabh Singh)_
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+
- Saurabh Singh
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: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,12 @@ Dominik Moritz <domoritz@gmail.com>
3535
Dorrin Sotoudeh <dorrinsotoudeh123@gmail.com>
3636
EuniceSim142 <77243938+EuniceSim142@users.noreply.github.com>
3737
Frank Kovacs <fran70kk@gmail.com>
38+
GK Bishnoi <gkishan1kyt@gmail.com>
39+
Gaurav <gaurav70380@gmail.com>
3840
Golden Kumar <103646877+AuenKr@users.noreply.github.com>
3941
Gunj Joshi <gunjjoshi8372@gmail.com>
40-
Gururaj Gurram <143020143+gururaj1512@users.noreply.github.com>
42+
Gururaj Gurram <gururajgurram1512@gmail.com>
43+
Harsh <149176984+hrshya@users.noreply.github.com>
4144
HarshaNP <96897754+GittyHarsha@users.noreply.github.com>
4245
Harshita Kalani <harshitakalani02@gmail.com>
4346
Hridyanshu <124202756+HRIDYANSHU054@users.noreply.github.com>
@@ -63,6 +66,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
6366
Matt Cochrane <matthew.cochrane.eng@gmail.com>
6467
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
6568
Milan Raj <rajsite@users.noreply.github.com>
69+
Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
6670
Mohammad Kaif <mdkaifprofession@gmail.com>
6771
Momtchil Momtchev <momtchil@momtchev.com>
6872
Muhammad Haris <harriskhan047@outlook.com>
@@ -100,6 +104,7 @@ Sai Srikar Dumpeti <80447788+the-r3aper7@users.noreply.github.com>
100104
Sarthak Paandey <145528240+SarthakPaandey@users.noreply.github.com>
101105
Saurabh Singh <saurabhsraghuvanshi@gmail.com>
102106
Seyyed Parsa Neshaei <spneshaei@users.noreply.github.com>
107+
Shabareesh Shetty <139731143+ShabiShett07@users.noreply.github.com>
103108
Shashank Shekhar Singh <shashankshekharsingh1205@gmail.com>
104109
Shivam Ahir <11shivam00@gmail.com>
105110
Shraddheya Shendre <shendreshraddheya@gmail.com>
@@ -110,6 +115,7 @@ Snehil Shah <snehilshah.989@gmail.com>
110115
Soumajit Chatterjee <121816890+soumajit23@users.noreply.github.com>
111116
Spandan Barve <contact@marsian.dev>
112117
Stephannie Jiménez Gacha <steff456@hotmail.com>
118+
Suhaib Ilahi <suhaib.elahi87@gmail.com>
113119
Suraj Kumar <125961509+kumarsuraj212003@users.noreply.github.com>
114120
Tirtadwipa Manunggal <tirtadwipa.manunggal@gmail.com>
115121
Tudor Pagu <104032457+tudor-pagu@users.noreply.github.com>
@@ -124,6 +130,9 @@ Vivek Maurya <vm8118134@gmail.com>
124130
Xiaochuan Ye <tap91624@gmail.com>
125131
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
126132
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
133+
Yuvi Mittal <128018763+yuvi-mittal@users.noreply.github.com>
134+
ekambains <bainsinbusiness@gmail.com>
127135
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
136+
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
128137
rainn <88160429+AmCodesLame@users.noreply.github.com>
129138
rei2hu <reimu@reimu.ws>

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,10 @@ for ( i = 0; i < 25; i++ ) {
191191

192192
<!-- /.examples -->
193193

194+
</section>
195+
196+
<!-- /.c -->
197+
194198
<!-- Section for related `stdlib` packages. Do not manually edit this section, as it is automatically populated. -->
195199

196200
<section class="related">

0 commit comments

Comments
 (0)