diff --git a/CHANGELOG.md b/CHANGELOG.md index 0e013373..536add61 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-11) +## Unreleased (2024-12-14)
@@ -112,6 +112,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
+- [`2825b42`](https://github.com/stdlib-js/stdlib/commit/2825b42e8cd7483d15dfed1c6b389bfcb86d7ca0) - **docs:** update related packages sections [(#3898)](https://github.com/stdlib-js/stdlib/pull/3898) _(by stdlib-bot)_ - [`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)_ diff --git a/CONTRIBUTORS b/CONTRIBUTORS index ba851aae..1ba9b590 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -112,6 +112,7 @@ UtkershBasnet <119008923+UtkershBasnet@users.noreply.github.com> Vaibhav Patel <98279986+noobCoderVP@users.noreply.github.com> Varad Gupta Vinit Pandit <106718914+MeastroZI@users.noreply.github.com> +Vivek maurya <155618190+vivekmaurya001@users.noreply.github.com> Xiaochuan Ye Yaswanth Kosuru <116426380+yaswanthkosuru@users.noreply.github.com> Yernar Yergaziyev diff --git a/base/format-tokenize/README.md b/base/format-tokenize/README.md index bf0c95e3..1416b8d8 100644 --- a/base/format-tokenize/README.md +++ b/base/format-tokenize/README.md @@ -87,6 +87,12 @@ out = formatTokenize( 'Multiple flags: %#+s' ); @@ -95,6 +101,12 @@ out = formatTokenize( 'Multiple flags: %#+s' ); diff --git a/base/replace-after/README.md b/base/replace-after/README.md index 4eca6a86..c4c21718 100644 --- a/base/replace-after/README.md +++ b/base/replace-after/README.md @@ -127,6 +127,14 @@ out = replaceAfter( 'beep boop beep baz', 'beep', 'foo', 5 ); @@ -135,6 +143,16 @@ out = replaceAfter( 'beep boop beep baz', 'beep', 'foo', 5 ); diff --git a/base/snakecase/README.md b/base/snakecase/README.md index f4d0bbb2..6b0381eb 100644 --- a/base/snakecase/README.md +++ b/base/snakecase/README.md @@ -93,6 +93,15 @@ out = snakecase( str ); @@ -101,6 +110,18 @@ out = snakecase( str );