Skip to content

Commit 6c8fbcb

Browse files
committed
Auto-generated commit
1 parent e3dd542 commit 6c8fbcb

File tree

4 files changed

+42
-4
lines changed

4 files changed

+42
-4
lines changed

.github/.keepalive

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

CHANGELOG.md

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

7-
## Unreleased (2024-09-01)
7+
## Unreleased (2024-09-17)
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="contributors">
18+
19+
### Contributors
20+
21+
A total of 1 person contributed to this release. Thank you to this contributor:
22+
23+
- Philipp Burckhardt
24+
25+
</section>
26+
27+
<!-- /.contributors -->
28+
29+
<section class="commits">
30+
31+
### Commits
32+
33+
<details>
34+
35+
- [`f387603`](https://github.com/stdlib-js/stdlib/commit/f387603e739f88a38af3263ce6ff675ad903ee8c) - **docs:** consistently use declarative instead of imperative sentences outside of intros _(by Philipp Burckhardt)_
36+
37+
</details>
38+
39+
</section>
40+
41+
<!-- /.commits -->
1042

1143
</section>
1244

CONTRIBUTORS

Lines changed: 7 additions & 0 deletions
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]>
@@ -86,8 +90,10 @@ Stephannie Jiménez Gacha <[email protected]>
8690
Suraj kumar <[email protected]>
8791
Tirtadwipa Manunggal <[email protected]>
8892
Tudor Pagu <[email protected]>
93+
Tufailahmed Bargir <[email protected]>
8994
Utkarsh <http://[email protected]>
9095
Utkarsh Raj <[email protected]>
96+
Vaibhav Patel <[email protected]>
9197
Varad Gupta <[email protected]>
9298
Xiaochuan Ye <[email protected]>
9399
Yernar Yergaziyev <[email protected]>
@@ -96,3 +102,4 @@ nishant-s7 <[email protected]>
96102
orimiles5 <[email protected]>
97103
98104
105+

unc-path/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ var reUncPath = require( '@stdlib/regexp/unc-path' );
3232

3333
#### reUncPath()
3434

35-
Return a [regular expression][regexp] to parse a [UNC][unc] path.
35+
Returns a [regular expression][regexp] to parse a [UNC][unc] path.
3636

3737
```javascript
3838
var RE_UNC_PATH = reUncPath();

0 commit comments

Comments
 (0)