diff --git a/.github/.keepalive b/.github/.keepalive
new file mode 100644
index 0000000..f2cc8bd
--- /dev/null
+++ b/.github/.keepalive
@@ -0,0 +1 @@
+2024-08-01T03:03:46.543Z
diff --git a/.gitignore b/.gitignore
index 49b206b..4fdc97c 100644
--- a/.gitignore
+++ b/.gitignore
@@ -101,6 +101,8 @@ docs/**/node_modules/
pids
*.pid
*.seed
+yarn.lock
+package-lock.json
# Typescript #
##############
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3814a04..f43daf3 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,29 +2,9 @@
> Package changelog.
-
-
-## 0.2.2 (2024-07-27)
-
-No changes reported for this release.
-
-
-
-
+
-
-
-## 0.2.1 (2024-02-24)
-
-No changes reported for this release.
-
-
-
-
-
-
-
-## 0.2.0 (2024-02-14)
+## Unreleased (2024-08-01)
@@ -32,7 +12,7 @@ No changes reported for this release.
-- [`78a556e`](https://github.com/stdlib-js/stdlib/commit/78a556efa2f1da29eb9081d393f5768ad1518117) - **docs:** update related packages sections [(#1145)](https://github.com/stdlib-js/stdlib/pull/1145) _(by stdlib-bot)_
+- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
@@ -40,103 +20,67 @@ No changes reported for this release.
-
-
-
-
-
-
-## 0.1.0 (2023-09-23)
+
-
+### Contributors
-### Features
+A total of 1 person contributed to this release. Thank you to this contributor:
-- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - update minimum TypeScript version
+- Athan Reines
-
-
-
-
-### BREAKING CHANGES
-
-- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1): update minimum TypeScript version
+
-
-
-
-
-### Commits
+
-
+
-- [`3573d92`](https://github.com/stdlib-js/stdlib/commit/3573d92955f1150eae58fb534808b7a30532a1c1) - **feat:** update minimum TypeScript version _(by Philipp Burckhardt)_
+## 0.2.2 (2024-07-27)
-
+No changes reported for this release.
-
-
-
-
-### Contributors
-
-A total of 1 person contributed to this release. Thank you to this contributor:
+
-- Philipp Burckhardt
+
+## 0.2.1 (2024-02-24)
-
+No changes reported for this release.
-
-
-## 0.0.1 (2023-07-31)
-
-
+
-### Features
+## 0.2.0 (2024-02-14)
-- [`71e5de2`](https://github.com/stdlib-js/stdlib/commit/71e5de2d7187757ba15043cffac77385d9d6e0aa) - add `string/base/first-grapheme-cluster`
+No changes reported for this release.
-
-
-
-
-### Commits
+
-
+
-- [`71e5de2`](https://github.com/stdlib-js/stdlib/commit/71e5de2d7187757ba15043cffac77385d9d6e0aa) - **feat:** add `string/base/first-grapheme-cluster` _(by Athan Reines)_
+## 0.1.0 (2023-09-23)
-
+No changes reported for this release.
-
-
-
-
-### Contributors
-
-A total of 1 person contributed to this release. Thank you to this contributor:
+
-- Athan Reines
+
+## 0.0.1 (2023-07-31)
-
+No changes reported for this release.
diff --git a/README.md b/README.md
index c9760fd..f81ebbb 100644
--- a/README.md
+++ b/README.md
@@ -169,8 +169,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/string-base-first-grapheme-cluster.svg
[npm-url]: https://npmjs.org/package/@stdlib/string-base-first-grapheme-cluster
-[test-image]: https://github.com/stdlib-js/string-base-first-grapheme-cluster/actions/workflows/test.yml/badge.svg?branch=v0.2.2
-[test-url]: https://github.com/stdlib-js/string-base-first-grapheme-cluster/actions/workflows/test.yml?query=branch:v0.2.2
+[test-image]: https://github.com/stdlib-js/string-base-first-grapheme-cluster/actions/workflows/test.yml/badge.svg?branch=main
+[test-url]: https://github.com/stdlib-js/string-base-first-grapheme-cluster/actions/workflows/test.yml?query=branch:main
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/string-base-first-grapheme-cluster/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/string-base-first-grapheme-cluster?branch=main
diff --git a/package.json b/package.json
index c9b8e22..9bb7c9a 100644
--- a/package.json
+++ b/package.json
@@ -44,7 +44,7 @@
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
"istanbul": "^0.4.1",
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
- "@stdlib/bench-harness": "^0.2.1"
+ "@stdlib/bench-harness": "^0.2.2"
},
"engines": {
"node": ">=0.10.0",