Skip to content

Commit cf467a9

Browse files
committed
Auto-generated commit
1 parent 7c8f863 commit cf467a9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ No changes reported for this release.
2121
### Features
2222

2323
- [`ec1c506`](https://github.com/stdlib-js/stdlib/commit/ec1c5066955fdcc71013805a5c55fc739d29a849) - resolve negative index arguments relative to last index
24-
- [`58bdac8`](https://github.com/stdlib-js/stdlib/commit/58bdac8a8a5914b7b2598f873418f9edae4c8843) - add `string/base/replace-after-last` [(##1365)](#1365)
24+
- [`58bdac8`](https://github.com/stdlib-js/stdlib/commit/58bdac8a8a5914b7b2598f873418f9edae4c8843) - add `string/base/replace-after-last` [(#1365)](https://github.com/stdlib-js/stdlib/pull/1365)
2525

2626
</section>
2727

@@ -49,7 +49,7 @@ No changes reported for this release.
4949

5050
This release closes the following issue:
5151

52-
[##814](#814)
52+
[#814](https://github.com/stdlib-js/stdlib/issues/814)
5353

5454
</section>
5555

@@ -62,7 +62,7 @@ This release closes the following issue:
6262
<details>
6363

6464
- [`ec1c506`](https://github.com/stdlib-js/stdlib/commit/ec1c5066955fdcc71013805a5c55fc739d29a849) - **feat:** resolve negative index arguments relative to last index _(by Athan Reines)_
65-
- [`58bdac8`](https://github.com/stdlib-js/stdlib/commit/58bdac8a8a5914b7b2598f873418f9edae4c8843) - **feat:** add `string/base/replace-after-last` [(##1365)](#1365) _(by Golden Kumar, Athan Reines, Philipp Burckhardt)_
65+
- [`58bdac8`](https://github.com/stdlib-js/stdlib/commit/58bdac8a8a5914b7b2598f873418f9edae4c8843) - **feat:** add `string/base/replace-after-last` [(#1365)](https://github.com/stdlib-js/stdlib/pull/1365) _(by Golden Kumar, Athan Reines, Philipp Burckhardt)_
6666

6767
</details>
6868

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
209209
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-base-replace-after-last.svg
210210
[npm-url]: https://npmjs.org/package/@stdlib/string-base-replace-after-last
211211

212-
[test-image]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml/badge.svg?branch=v0.1.1
213-
[test-url]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml?query=branch:v0.1.1
212+
[test-image]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml/badge.svg?branch=main
213+
[test-url]: https://github.com/stdlib-js/string-base-replace-after-last/actions/workflows/test.yml?query=branch:main
214214

215215
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-replace-after-last/main.svg
216216
[coverage-url]: https://codecov.io/github/stdlib-js/string-base-replace-after-last?branch=main

0 commit comments

Comments
 (0)