Skip to content

Commit 6854776

Browse files
committed
Auto-generated commit
1 parent f5e6aa1 commit 6854776

File tree

4 files changed

+51
-10
lines changed

4 files changed

+51
-10
lines changed

.github/.keepalive

-1
This file was deleted.

CHANGELOG.md

+22
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 (2024-12-08)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`0a8192d`](https://github.com/stdlib-js/stdlib/commit/0a8192d68506a2abf4c3e52e1af9f1510e1660b4) - **docs:** update related packages sections [(#3370)](https://github.com/stdlib-js/stdlib/pull/3370) _(by stdlib-bot)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
</section>
24+
25+
<!-- /.release -->
26+
527
<section class="release" id="v0.2.2">
628

729
## 0.2.2 (2024-07-26)

CONTRIBUTORS

+11-9
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]>
@@ -109,11 +113,9 @@ Vaibhav Patel <[email protected]>
109113
Varad Gupta <[email protected]>
110114
Vinit Pandit <[email protected]>
111115
Xiaochuan Ye <[email protected]>
116+
Yaswanth Kosuru <[email protected]>
112117
Yernar Yergaziyev <[email protected]>
113118
114-
nishant-s7 <[email protected]>
115119
olenkabilonizhka <[email protected]>
116-
orimiles5 <[email protected]>
117120
118121
119-

README.md

+18
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,14 @@ str = removeLast( 'The Last of the Mohicans', 5 );
112112

113113
<section class="related">
114114

115+
* * *
116+
117+
## See Also
118+
119+
- <span class="package-name">[`@stdlib/string-base/remove-last-code-point`][@stdlib/string/base/remove-last-code-point]</span><span class="delimiter">: </span><span class="description">remove the last Unicode code point of a string.</span>
120+
- <span class="package-name">[`@stdlib/string-base/remove-last-grapheme-cluster`][@stdlib/string/base/remove-last-grapheme-cluster]</span><span class="delimiter">: </span><span class="description">remove the last grapheme cluster (i.e., user-perceived character) of a string.</span>
121+
- <span class="package-name">[`@stdlib/string-base/remove-first`][@stdlib/string/base/remove-first]</span><span class="delimiter">: </span><span class="description">remove the first UTF-16 code unit of a string.</span>
122+
115123
</section>
116124

117125
<!-- /.related -->
@@ -188,6 +196,16 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
188196

189197
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/string-base-remove-last/main/LICENSE
190198

199+
<!-- <related-links> -->
200+
201+
[@stdlib/string/base/remove-last-code-point]: https://github.com/stdlib-js/string-base-remove-last-code-point
202+
203+
[@stdlib/string/base/remove-last-grapheme-cluster]: https://github.com/stdlib-js/string-base-remove-last-grapheme-cluster
204+
205+
[@stdlib/string/base/remove-first]: https://github.com/stdlib-js/string-base-remove-first
206+
207+
<!-- </related-links> -->
208+
191209
</section>
192210

193211
<!-- /.links -->

0 commit comments

Comments
 (0)