diff --git a/CHANGELOG.md b/CHANGELOG.md index 52bae56..0e01337 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-10) +## Unreleased (2024-12-11)
@@ -112,6 +112,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
+- [`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)_ - [`ac06419`](https://github.com/stdlib-js/stdlib/commit/ac06419c2a8358dfd80818823f571077eb58958e) - **docs:** update related packages sections [(#3387)](https://github.com/stdlib-js/stdlib/pull/3387) _(by stdlib-bot)_ - [`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)_ - [`7e8187a`](https://github.com/stdlib-js/stdlib/commit/7e8187a766886c2fb9cdc356cf781f0a1802172c) - **docs:** update related packages sections [(#3368)](https://github.com/stdlib-js/stdlib/pull/3368) _(by stdlib-bot)_ diff --git a/base/replace-before/README.md b/base/replace-before/README.md index 12a41c3..4eb898d 100644 --- a/base/replace-before/README.md +++ b/base/replace-before/README.md @@ -124,6 +124,14 @@ out = replaceBefore( '', 'xyz', 'foo', 0 ); @@ -132,6 +140,16 @@ out = replaceBefore( '', 'xyz', 'foo', 0 );