From 2411a02f2b58950c3df15019c08bd3659132f42e Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Sun, 7 Jul 2024 17:02:33 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 6 ++++-- benchmark/benchmark.js | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8de089f..dad9d96 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@
-## Unreleased (2024-07-01) +## Unreleased (2024-07-07)
@@ -22,6 +22,7 @@
+- [`a78f7d1`](https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910) - **style:** add missing spaces _(by Philipp Burckhardt)_ - [`88cece6`](https://github.com/stdlib-js/stdlib/commit/88cece679d728150847dc2b5c957b395bffe7d90) - **feat:** add boolean dtype support to `array/pool` [(#2486)](https://github.com/stdlib-js/stdlib/pull/2486) _(by Jaysukh Makvana, Athan Reines)_ - [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_ @@ -35,10 +36,11 @@ ### Contributors -A total of 2 people contributed to this release. Thank you to the following contributors: +A total of 3 people contributed to this release. Thank you to the following contributors: - Athan Reines - Jaysukh Makvana +- Philipp Burckhardt
diff --git a/benchmark/benchmark.js b/benchmark/benchmark.js index 9512bbb..46c6397 100644 --- a/benchmark/benchmark.js +++ b/benchmark/benchmark.js @@ -23,7 +23,7 @@ var bench = require( '@stdlib/bench-harness' ); var isTypedArray = require( '@stdlib/assert-is-typed-array' ); var isComplexTypedArray = require( '@stdlib/assert-is-complex-typed-array' ); -var isBooleanArray = require('@stdlib/assert-is-booleanarray'); +var isBooleanArray = require( '@stdlib/assert-is-booleanarray' ); var pkg = require( './../package.json' ).name; var typedarray = require( './../lib' );