diff --git a/.github/.keepalive b/.github/.keepalive
new file mode 100644
index 0000000..f539f78
--- /dev/null
+++ b/.github/.keepalive
@@ -0,0 +1 @@
+2024-08-01T03:46:37.533Z
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 45ce89e..a5baafb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,29 +2,9 @@
> Package changelog.
-
-
-## 0.2.2 (2024-07-28)
-
-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.
-- [`dea49e0`](https://github.com/stdlib-js/stdlib/commit/dea49e03ab5571233e3da26835a6a6d3256d5737) - **docs:** use single quotes in require calls instead of backticks _(by Philipp Burckhardt)_
+- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
@@ -46,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
@@ -56,9 +36,9 @@ A total of 1 person contributed to this release. Thank you to this contributor:
-
+
-## 0.1.1 (2023-10-10)
+## 0.2.2 (2024-07-28)
No changes reported for this release.
@@ -66,48 +46,41 @@ No changes reported for this release.
-
-
-## 0.1.0 (2023-09-23)
-
-
+
-### Features
+## 0.2.1 (2024-02-24)
-- [`29ade00`](https://github.com/stdlib-js/stdlib/commit/29ade00a1961506c579aae2b29959927788fb094) - add `slice/base/length`
+No changes reported for this release.
-
+
-
+
-### Commits
+## 0.2.0 (2024-02-14)
-
+No changes reported for this release.
-- [`5a694f7`](https://github.com/stdlib-js/stdlib/commit/5a694f7833f40dd5224da58a4b23c96b7f93adee) - **docs:** fix comment _(by Athan Reines)_
-- [`a5041c0`](https://github.com/stdlib-js/stdlib/commit/a5041c0dac46592c1a3b6ea4c77ac03890facb85) - **bench:** update assertion _(by Athan Reines)_
-- [`d205fcd`](https://github.com/stdlib-js/stdlib/commit/d205fcd0ead3f948aa3ed2e102518782e8641721) - **docs:** fix missing period _(by Athan Reines)_
-- [`29ade00`](https://github.com/stdlib-js/stdlib/commit/29ade00a1961506c579aae2b29959927788fb094) - **feat:** add `slice/base/length` _(by Athan Reines)_
+
-
+
-
+
-
+## 0.1.1 (2023-10-10)
-
+No changes reported for this release.
-### Contributors
+
-A total of 1 person contributed to this release. Thank you to this contributor:
+
-- Athan Reines
+
+## 0.1.0 (2023-09-23)
-
+No changes reported for this release.
diff --git a/README.md b/README.md
index ac96083..216054f 100644
--- a/README.md
+++ b/README.md
@@ -232,8 +232,8 @@ Copyright © 2016-2024. The Stdlib [Authors][stdlib-authors].
[npm-image]: http://img.shields.io/npm/v/@stdlib/slice-base-length.svg
[npm-url]: https://npmjs.org/package/@stdlib/slice-base-length
-[test-image]: https://github.com/stdlib-js/slice-base-length/actions/workflows/test.yml/badge.svg?branch=v0.2.2
-[test-url]: https://github.com/stdlib-js/slice-base-length/actions/workflows/test.yml?query=branch:v0.2.2
+[test-image]: https://github.com/stdlib-js/slice-base-length/actions/workflows/test.yml/badge.svg?branch=main
+[test-url]: https://github.com/stdlib-js/slice-base-length/actions/workflows/test.yml?query=branch:main
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/slice-base-length/main.svg
[coverage-url]: https://codecov.io/github/stdlib-js/slice-base-length?branch=main
diff --git a/package.json b/package.json
index bb5fd76..36c880c 100644
--- a/package.json
+++ b/package.json
@@ -37,11 +37,11 @@
"url": "https://github.com/stdlib-js/stdlib/issues"
},
"dependencies": {
- "@stdlib/math-base-special-ceil": "^0.2.1",
+ "@stdlib/math-base-special-ceil": "^0.2.2",
"@stdlib/types": "^0.3.2"
},
"devDependencies": {
- "@stdlib/array-base-incrspace": "^0.2.1",
+ "@stdlib/array-base-incrspace": "^0.2.2",
"@stdlib/assert-is-nonnegative-integer": "^0.2.2",
"@stdlib/slice-base-normalize-slice": "^0.2.2",
"@stdlib/slice-ctor": "^0.2.2",