diff --git a/.github/.keepalive b/.github/.keepalive
new file mode 100644
index 0000000..e79ff2b
--- /dev/null
+++ b/.github/.keepalive
@@ -0,0 +1 @@
+2024-08-01T06:09:17.749Z
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 06192ca..15fc145 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,39 +2,9 @@
> Package changelog.
-
-
-## 0.3.2 (2024-07-29)
-
-No changes reported for this release.
-
-
-
-
-
-
-
-## 0.3.1 (2024-02-25)
-
-No changes reported for this release.
-
-
-
-
-
-
-
-## 0.3.0 (2024-02-15)
-
-
+
-### Bug Fixes
-
-- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111)
-
-
-
-
+## Unreleased (2024-08-01)
@@ -42,7 +12,7 @@ No changes reported for this release.
-- [`ff35f38`](https://github.com/stdlib-js/stdlib/commit/ff35f3846e467adce5c8244342a04e2fd4a2ac84) - **fix:** make CLI scripts executable [(#1111)](https://github.com/stdlib-js/stdlib/pull/1111) _(by stdlib-bot, Philipp Burckhardt)_
+- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
@@ -56,7 +26,7 @@ No changes reported for this release.
A total of 1 person contributed to this release. Thank you to this contributor:
-- Philipp Burckhardt
+- Athan Reines
@@ -66,58 +36,41 @@ A total of 1 person contributed to this release. Thank you to this contributor:
-
-
-## 0.2.0 (2023-09-24)
-
-
+
-### Features
+## 0.3.2 (2024-07-29)
-- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
+No changes reported for this release.
-
+
-
+
-### BREAKING CHANGES
+## 0.3.1 (2024-02-25)
-- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
+No changes reported for this release.
-
-
-
-
-### Commits
+
-
+
-- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
-- [`6dcf3b0`](https://github.com/stdlib-js/stdlib/commit/6dcf3b00b8e5b807081c6539498f8d8303ff6cef) - **chore:** resolve lint errors _(by Philipp Burckhardt)_
-- [`26da930`](https://github.com/stdlib-js/stdlib/commit/26da93023689061a88bfa795d4d83e3cfa3c5a24) - **refactor:** use base array utility _(by Athan Reines)_
+## 0.3.0 (2024-02-15)
-
+No changes reported for this release.
-
-
-
-
-### Contributors
-
-A total of 2 people contributed to this release. Thank you to the following contributors:
+
-- Athan Reines
-- Philipp Burckhardt
+
+## 0.2.0 (2023-09-24)
-
+No changes reported for this release.
diff --git a/README.md b/README.md
index 03c96d3..9c67d9f 100644
--- a/README.md
+++ b/README.md
@@ -302,8 +302,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-acronym.svg
[npm-url]: https://npmjs.org/package/@stdlib/string-acronym
-[test-image]: https://github.com/stdlib-js/string-acronym/actions/workflows/test.yml/badge.svg?branch=v0.3.2
-[test-url]: https://github.com/stdlib-js/string-acronym/actions/workflows/test.yml?query=branch:v0.3.2
+[test-image]: https://github.com/stdlib-js/string-acronym/actions/workflows/test.yml/badge.svg?branch=main
+[test-url]: https://github.com/stdlib-js/string-acronym/actions/workflows/test.yml?query=branch:main
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-acronym/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/string-acronym?branch=main
diff --git a/package.json b/package.json
index ee3465c..3e3f4bb 100644
--- a/package.json
+++ b/package.json
@@ -40,7 +40,7 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
- "@stdlib/array-base-assert-contains": "^0.2.1",
+ "@stdlib/array-base-assert-contains": "^0.2.2",
"@stdlib/assert-has-own-property": "^0.2.2",
"@stdlib/assert-is-empty-array": "^0.2.2",
"@stdlib/assert-is-plain-object": "^0.2.2",