diff --git a/CHANGELOG.md b/CHANGELOG.md
index 721b5cb8..869b5cd1 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,7 +4,7 @@
-## Unreleased (2024-11-20)
+## Unreleased (2024-11-21)
@@ -44,6 +44,28 @@
+
+
+#### [@stdlib/utils/dsv/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/dsv/base)
+
+
+
+
+
+##### Bug Fixes
+
+- [`eeb9d6f`](https://github.com/stdlib-js/stdlib/commit/eeb9d6fdc2e3faa3116c84f276e88737ba11196f) - remove unused imports
+
+
+
+
+
+
+
+
+
+
+
@@ -64,8 +86,9 @@
### Contributors
-A total of 1 person contributed to this release. Thank you to this contributor:
+A total of 2 people contributed to this release. Thank you to the following contributors:
+- Athan Reines
- Philipp Burckhardt
@@ -78,6 +101,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:
+- [`eeb9d6f`](https://github.com/stdlib-js/stdlib/commit/eeb9d6fdc2e3faa3116c84f276e88737ba11196f) - **fix:** remove unused imports _(by Athan Reines)_
- [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec) - **feat:** update namespace TypeScript declarations [(#3190)](https://github.com/stdlib-js/stdlib/pull/3190) _(by stdlib-bot, Philipp Burckhardt)_
diff --git a/dsv/base/docs/types/index.d.ts b/dsv/base/docs/types/index.d.ts
index dc06f1b6..bb59948c 100644
--- a/dsv/base/docs/types/index.d.ts
+++ b/dsv/base/docs/types/index.d.ts
@@ -20,8 +20,6 @@
/* eslint-disable max-lines */
-import parse = require( './../../../../dsv/base/parse' );
-
/**
* Interface describing the `base` namespace.
*/