Skip to content

Commit

Permalink
Auto-generated commit
Browse files Browse the repository at this point in the history
  • Loading branch information
stdlib-bot committed Nov 21, 2024
1 parent f1462bb commit e8783df
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 4 deletions.
28 changes: 26 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<section class="release" id="unreleased">

## Unreleased (2024-11-20)
## Unreleased (2024-11-21)

<section class="packages">

Expand Down Expand Up @@ -44,6 +44,28 @@

<!-- /.package -->

<section class="package" id="utils-dsv-base-unreleased">

#### [@stdlib/utils/dsv/base](https://github.com/stdlib-js/stdlib/tree/develop/lib/node_modules/%40stdlib/utils/dsv/base)

<details>

<section class="bug-fixes">

##### Bug Fixes

- [`eeb9d6f`](https://github.com/stdlib-js/stdlib/commit/eeb9d6fdc2e3faa3116c84f276e88737ba11196f) - remove unused imports

</section>

<!-- /.bug-fixes -->

</details>

</section>

<!-- /.package -->

</section>

<!-- /.packages -->
Expand All @@ -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

</section>
Expand All @@ -78,6 +101,7 @@ A total of 1 person contributed to this release. Thank you to this contributor:

<details>

- [`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)_

</details>
Expand Down
2 changes: 0 additions & 2 deletions dsv/base/docs/types/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@

/* eslint-disable max-lines */

import parse = require( './../../../../dsv/base/parse' );

/**
* Interface describing the `base` namespace.
*/
Expand Down

0 comments on commit e8783df

Please sign in to comment.