Skip to content

Commit 2411a02

Browse files
committed
Auto-generated commit
1 parent 523bf78 commit 2411a02

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

7-
## Unreleased (2024-07-01)
7+
## Unreleased (2024-07-07)
88

99
<section class="features">
1010

@@ -22,6 +22,7 @@
2222

2323
<details>
2424

25+
- [`a78f7d1`](https://github.com/stdlib-js/stdlib/commit/a78f7d1b859b6b1d7b0bc0ee4daf76789e3e0910) - **style:** add missing spaces _(by Philipp Burckhardt)_
2526
- [`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)_
2627
- [`75d4f83`](https://github.com/stdlib-js/stdlib/commit/75d4f83cb85610d23a04dc21a03f8075f6d3665f) - **refactor:** update require and include paths _(by Athan Reines)_
2728

@@ -35,10 +36,11 @@
3536

3637
### Contributors
3738

38-
A total of 2 people contributed to this release. Thank you to the following contributors:
39+
A total of 3 people contributed to this release. Thank you to the following contributors:
3940

4041
- Athan Reines
4142
- Jaysukh Makvana
43+
- Philipp Burckhardt
4244

4345
</section>
4446

benchmark/benchmark.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
var bench = require( '@stdlib/bench-harness' );
2424
var isTypedArray = require( '@stdlib/assert-is-typed-array' );
2525
var isComplexTypedArray = require( '@stdlib/assert-is-complex-typed-array' );
26-
var isBooleanArray = require('@stdlib/assert-is-booleanarray');
26+
var isBooleanArray = require( '@stdlib/assert-is-booleanarray' );
2727
var pkg = require( './../package.json' ).name;
2828
var typedarray = require( './../lib' );
2929

0 commit comments

Comments
 (0)