From f81ae0e301648fa6710cd73589c73191a77cc758 Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Wed, 18 Dec 2024 03:22:42 +0000 Subject: [PATCH] Auto-generated commit --- .editorconfig | 2 +- CHANGELOG.md | 3 ++- is-camelcase/README.md | 11 +++++++++++ 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index 60d743ff..0779e8ad 100644 --- a/.editorconfig +++ b/.editorconfig @@ -121,7 +121,7 @@ indent_style = tab [*.{md,md.txt}] indent_style = space indent_size = 4 -trim_trailing_whitespace = false +trim_trailing_whitespace = true # Note: this disables using two spaces to force a hard line break, which is permitted in Markdown. As we don't typically follow that practice (TMK), we should be safe to automatically trim. # Set properties for `usage.txt` files: [usage.txt] diff --git a/CHANGELOG.md b/CHANGELOG.md index 2f219464..04e54731 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-12-17) +## Unreleased (2024-12-18)
@@ -79,6 +79,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
+- [`a1b543a`](https://github.com/stdlib-js/stdlib/commit/a1b543a2a1bdf4d1fb9438bd4a13cb971af62063) - **docs:** update related packages sections [(#4009)](https://github.com/stdlib-js/stdlib/pull/4009) _(by stdlib-bot, Philipp Burckhardt)_ - [`32deb11`](https://github.com/stdlib-js/stdlib/commit/32deb11c6a2453748d8db9554b6bb3fdb73a077f) - **docs:** update related packages sections [(#3976)](https://github.com/stdlib-js/stdlib/pull/3976) _(by stdlib-bot)_ - [`ff25e13`](https://github.com/stdlib-js/stdlib/commit/ff25e1324e1507cc076078e82badce7fdf7915f6) - **docs:** remove excess whitespace _(by Philipp Burckhardt)_ - [`b8c41df`](https://github.com/stdlib-js/stdlib/commit/b8c41df78cd2cdc9cd3c3c6b223759d32f4f6e14) - **docs:** update related packages sections [(#3915)](https://github.com/stdlib-js/stdlib/pull/3915) _(by stdlib-bot)_ diff --git a/is-camelcase/README.md b/is-camelcase/README.md index c8fa6a48..530289b3 100644 --- a/is-camelcase/README.md +++ b/is-camelcase/README.md @@ -169,6 +169,13 @@ false @@ -183,6 +190,10 @@ false +[@stdlib/assert/is-string]: https://github.com/stdlib-js/assert/tree/main/is-string + +[@stdlib/assert/is-constantcase]: https://github.com/stdlib-js/assert/tree/main/is-constantcase +