Skip to content

Commit 0257ba5

Browse files
committed
Auto-generated commit
1 parent bdce7f5 commit 0257ba5

File tree

6 files changed

+42
-5
lines changed

6 files changed

+42
-5
lines changed

.editorconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,6 @@ indent_style = tab
8686
[*.{f,f.txt}]
8787
indent_style = space
8888
indent_size = 2
89-
insert_final_newline = false
9089

9190
# Set properties for shell files:
9291
[*.{sh,sh.txt}]

.github/.keepalive

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

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,28 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2025-02-09)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`22212ac`](https://github.com/stdlib-js/stdlib/commit/22212ac4eed8f336d9798ea7c70daf0ff0f1906a) - **docs:** update related packages sections [(#5129)](https://github.com/stdlib-js/stdlib/pull/5129) _(by stdlib-bot)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
</section>
24+
25+
<!-- /.release -->
26+
527
<section class="release" id="v1.0.0">
628

729
## 1.0.0 (2024-07-25)

CONTRIBUTORS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@ Daniel Killenberger <daniel.killenberger@gmail.com>
2727
Daniel Yu <40680511+Daniel777y@users.noreply.github.com>
2828
Debashis Maharana <debashismaharana7854@gmail.com>
2929
Desh Deepak Kant <118960904+DeshDeepakKant@users.noreply.github.com>
30+
Dev Goel <135586571+corsairier@users.noreply.github.com>
31+
Dhruv Arvind Singh <154677013+DhruvArvindSingh@users.noreply.github.com>
3032
Divyansh Seth <59174836+sethdivyansh@users.noreply.github.com>
3133
Dominic Lim <46486515+domlimm@users.noreply.github.com>
3234
Dominik Moritz <domoritz@gmail.com>
@@ -49,6 +51,7 @@ Joey Reed <joeyrreed@gmail.com>
4951
Jordan Gallivan <115050475+Jordan-Gallivan@users.noreply.github.com>
5052
Joris Labie <joris.labie1@gmail.com>
5153
Justin Dennison <justin1dennison@gmail.com>
54+
Karan Anand <119553199+anandkaranubc@users.noreply.github.com>
5255
Karthik Prakash <116057817+skoriop@users.noreply.github.com>
5356
Kohantika Nath <145763549+kohantikanath@users.noreply.github.com>
5457
Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
@@ -60,6 +63,7 @@ Marcus Fantham <mfantham@users.noreply.github.com>
6063
Matt Cochrane <matthew.cochrane.eng@gmail.com>
6164
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>
6265
Milan Raj <rajsite@users.noreply.github.com>
66+
Mohammad Bin Aftab <48010758+MohammadBinAftab@users.noreply.github.com>
6367
Mohammad Kaif <mdkaifprofession@gmail.com>
6468
Momtchil Momtchev <momtchil@momtchev.com>
6569
Muhammad Haris <harriskhan047@outlook.com>
@@ -117,10 +121,11 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com>
117121
Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com>
118122
Varad Gupta <varadgupta21@gmail.com>
119123
Vinit Pandit <106718914+MeastroZI@users.noreply.github.com>
120-
Vivek maurya <155618190+vivekmaurya001@users.noreply.github.com>
124+
Vivek Maurya <vm8118134@gmail.com>
121125
Xiaochuan Ye <tap91624@gmail.com>
122126
Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com>
123127
Yernar Yergaziyev <yernar.yergaziyev@erg.kz>
124128
olenkabilonizhka <62379231+olenkabilonizhka@users.noreply.github.com>
129+
pranav-1720 <123018993+pranav-1720@users.noreply.github.com>
125130
rainn <88160429+AmCodesLame@users.noreply.github.com>
126131
rei2hu <reimu@reimu.ws>

NOTICE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Copyright (c) 2016-2024 The Stdlib Authors.
1+
Copyright (c) 2016-2025 The Stdlib Authors.

README.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,12 @@ str = uppercase( '' );
115115

116116
<section class="related">
117117

118+
* * *
119+
120+
## See Also
121+
122+
- <span class="package-name">[`@stdlib/string-base/lowercase`][@stdlib/string/base/lowercase]</span><span class="delimiter">: </span><span class="description">convert a string to lowercase.</span>
123+
118124
</section>
119125

120126
<!-- /.related -->
@@ -145,7 +151,7 @@ See [LICENSE][stdlib-license].
145151

146152
## Copyright
147153

148-
Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
154+
Copyright &copy; 2016-2025. The Stdlib [Authors][stdlib-authors].
149155

150156
</section>
151157

@@ -191,6 +197,12 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
191197

192198
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/string-base-uppercase/main/LICENSE
193199

200+
<!-- <related-links> -->
201+
202+
[@stdlib/string/base/lowercase]: https://github.com/stdlib-js/string-base-lowercase
203+
204+
<!-- </related-links> -->
205+
194206
</section>
195207

196208
<!-- /.links -->

0 commit comments

Comments
 (0)