Skip to content

Commit abdd5f4

Browse files
committed
Auto-generated commit
1 parent 14f6eb7 commit abdd5f4

File tree

4 files changed

+42
-12
lines changed

4 files changed

+42
-12
lines changed

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2024-12-01)
7+
## Unreleased (2024-12-15)
88

9-
No changes reported for this release.
9+
<section class="packages">
10+
11+
### Packages
12+
13+
</section>
14+
15+
<!-- /.packages -->
16+
17+
<section class="commits">
18+
19+
### Commits
20+
21+
<details>
22+
23+
- [`b8c41df`](https://github.com/stdlib-js/stdlib/commit/b8c41df78cd2cdc9cd3c3c6b223759d32f4f6e14) - **docs:** update related packages sections [(#3915)](https://github.com/stdlib-js/stdlib/pull/3915) _(by stdlib-bot)_
24+
25+
</details>
26+
27+
</section>
28+
29+
<!-- /.commits -->
1030

1131
</section>
1232

CONTRIBUTORS

Lines changed: 12 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ Aayush Khanna <[email protected]>
66
Abhijit Raut <[email protected]>
77
Adarsh Palaskar <[email protected]>
88
Aditya Sapra <[email protected]>
9-
AgPriyanshu18 <[email protected]>
9+
Ahmed Atwa <[email protected]>
10+
Ahmed Kashkoush <[email protected]>
1011
Aleksandr <[email protected]>
1112
Ali Salesi <[email protected]>
1213
Aman Bhansali <[email protected]>
@@ -51,6 +52,7 @@ Krishnendu Das <[email protected]>
5152
Kshitij-Dale <[email protected]>
5253
5354
Manik Sharma <[email protected]>
55+
Manvith M <[email protected]>
5456
Marcus Fantham <[email protected]>
5557
Matt Cochrane <[email protected]>
5658
Mihir Pandit <[email protected]>
@@ -60,32 +62,34 @@ Momtchil Momtchev <[email protected]>
6062
Muhammad Haris <[email protected]>
6163
Naresh Jagadeesan <[email protected]>
6264
Neeraj Pathak <[email protected]>
63-
NightKnight <Ahmedatwa866@yahoo.com>
65+
Nishant Shinde <[email protected].com>
6466
Nithin Katta <[email protected]>
6567
Nourhan Hasan <[email protected]>
6668
Ognjen Jevremović <[email protected]>
6769
Oneday12323 <[email protected]>
70+
Ori Miles <[email protected]>
6871
Philipp Burckhardt <[email protected]>
6972
Prajwal Kulkarni <[email protected]>
7073
Pranav Goswami <[email protected]>
7174
7275
7376
Pratyush Kumar Chouhan <[email protected]>
7477
78+
Priyanshu Agarwal <[email protected]>
7579
Pushpendra Chandravanshi <[email protected]>
76-
7780
Raunak Kumar Gupta <[email protected]>
7881
Rejoan Sardar <[email protected]>
7982
Ricky Reusser <[email protected]>
8083
Ridam Garg <[email protected]>
84+
8185
Robert Gislason <[email protected]>
8286
Roman Stetsyk <[email protected]>
83-
87+
Rutam Kathale <[email protected]>
8488
Ruthwik Chikoti <[email protected]>
8589
Ryan Seal <[email protected]>
8690
Rylan Yang <[email protected]>
8791
Sai Srikar Dumpeti <[email protected]>
88-
SarthakPaandey <[email protected]>
92+
Sarthak Paandey <[email protected]>
8993
Saurabh Singh <[email protected]>
9094
Seyyed Parsa Neshaei <[email protected]>
9195
Shashank Shekhar Singh <[email protected]>
@@ -98,7 +102,7 @@ Snehil Shah <[email protected]>
98102
Soumajit Chatterjee <[email protected]>
99103
Spandan Barve <[email protected]>
100104
Stephannie Jiménez Gacha <[email protected]>
101-
Suraj kumar <[email protected]>
105+
Suraj Kumar <[email protected]>
102106
Tirtadwipa Manunggal <[email protected]>
103107
Tudor Pagu <[email protected]>
104108
Tufailahmed Bargir <[email protected]>
@@ -108,12 +112,11 @@ UtkershBasnet <[email protected]>
108112
Vaibhav Patel <[email protected]>
109113
Varad Gupta <[email protected]>
110114
Vinit Pandit <[email protected]>
115+
Vivek maurya <[email protected]>
111116
Xiaochuan Ye <[email protected]>
117+
Yaswanth Kosuru <[email protected]>
112118
Yernar Yergaziyev <[email protected]>
113119
114-
nishant-s7 <[email protected]>
115120
olenkabilonizhka <[email protected]>
116-
orimiles5 <[email protected]>
117121
118122
119-

semver/README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,6 +142,12 @@ bool = RE_SEMVER.test( version );
142142

143143
<section class="related">
144144

145+
* * *
146+
147+
## See Also
148+
149+
- <span class="package-name">[`@stdlib/assert/is-semver`][@stdlib/assert/is-semver]</span><span class="delimiter">: </span><span class="description">test if a value is a semantic version string.</span>
150+
145151
</section>
146152

147153
<!-- /.related -->
@@ -156,6 +162,8 @@ bool = RE_SEMVER.test( version );
156162

157163
<!-- <related-links> -->
158164

165+
[@stdlib/assert/is-semver]: https://github.com/stdlib-js/assert-is-semver
166+
159167
<!-- </related-links> -->
160168

161169
</section>

0 commit comments

Comments
 (0)