Skip to content

Commit f8b6001

Browse files
committed
Auto-generated commit
1 parent 53273bd commit f8b6001

File tree

3 files changed

+40
-1
lines changed

3 files changed

+40
-1
lines changed

.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 (2024-12-11)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`bf5643f`](https://github.com/stdlib-js/stdlib/commit/bf5643fb1a3f32a60903d8e210f71571e609119f) - **docs:** update related packages sections [(#3404)](https://github.com/stdlib-js/stdlib/pull/3404) _(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.3.0">
628

729
## 0.3.0 (2024-07-26)

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -157,6 +157,14 @@ out = replaceBefore( '', 'xyz', 'foo', 0 );
157157

158158
<section class="related">
159159

160+
* * *
161+
162+
## See Also
163+
164+
- <span class="package-name">[`@stdlib/string-base/replace-after`][@stdlib/string/base/replace-after]</span><span class="delimiter">: </span><span class="description">replace the substring after the first occurrence of a specified search string.</span>
165+
- <span class="package-name">[`@stdlib/string-base/replace-before-last`][@stdlib/string/base/replace-before-last]</span><span class="delimiter">: </span><span class="description">replace the substring before the last occurrence of a specified search string.</span>
166+
- <span class="package-name">[`@stdlib/string-base/replace-after-last`][@stdlib/string/base/replace-after-last]</span><span class="delimiter">: </span><span class="description">replace the substring after the last occurrence of a specified search string.</span>
167+
160168
</section>
161169

162170
<!-- /.related -->
@@ -233,6 +241,16 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
233241

234242
[stdlib-license]: https://raw.githubusercontent.com/stdlib-js/string-base-replace-before/main/LICENSE
235243

244+
<!-- <related-links> -->
245+
246+
[@stdlib/string/base/replace-after]: https://github.com/stdlib-js/string-base-replace-after
247+
248+
[@stdlib/string/base/replace-before-last]: https://github.com/stdlib-js/string-base-replace-before-last
249+
250+
[@stdlib/string/base/replace-after-last]: https://github.com/stdlib-js/string-base-replace-after-last
251+
252+
<!-- </related-links> -->
253+
236254
</section>
237255

238256
<!-- /.links -->

0 commit comments

Comments
 (0)