Skip to content

Commit 5391a07

Browse files
committed
Auto-generated commit
1 parent 65579f1 commit 5391a07

File tree

3 files changed

+41
-7
lines changed

3 files changed

+41
-7
lines changed

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2026-02-27)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`3024bb3`](https://github.com/stdlib-js/stdlib/commit/3024bb37f70bf55295d9c4bf81107ff57c15ff8a) - **docs:** fix section comments and lint errors in `array` and `assert` READMEs _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.0.3">
640

741
## 0.0.3 (2026-02-08)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ limitations under the License.
3939

4040
</section>
4141

42-
<!-- ./intro -->
42+
<!-- /.intro -->
4343

4444
<section class="installation">
4545

@@ -157,7 +157,7 @@ bool = isBooleanArray( new Uint8Array( 10 ) );
157157
bool = isBooleanArray( new Uint8ClampedArray( 10 ) );
158158
// returns false
159159

160-
bool = isBooleanArray( { 'length': 0 } );
160+
bool = isBooleanArray({ 'length': 0 });
161161
// returns false
162162
```
163163

@@ -212,8 +212,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
212212
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-assert-is-booleanarray.svg
213213
[npm-url]: https://npmjs.org/package/@stdlib/array-base-assert-is-booleanarray
214214

215-
[test-image]: https://github.com/stdlib-js/array-base-assert-is-booleanarray/actions/workflows/test.yml/badge.svg?branch=v0.0.3
216-
[test-url]: https://github.com/stdlib-js/array-base-assert-is-booleanarray/actions/workflows/test.yml?query=branch:v0.0.3
215+
[test-image]: https://github.com/stdlib-js/array-base-assert-is-booleanarray/actions/workflows/test.yml/badge.svg?branch=main
216+
[test-url]: https://github.com/stdlib-js/array-base-assert-is-booleanarray/actions/workflows/test.yml?query=branch:main
217217

218218
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-is-booleanarray/main.svg
219219
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-assert-is-booleanarray?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@
4040
"@stdlib/types": "^0.4.3"
4141
},
4242
"devDependencies": {
43-
"@stdlib/array-bool": "^0.1.1",
44-
"@stdlib/array-complex128": "^0.3.1",
45-
"@stdlib/array-complex64": "^0.3.1",
43+
"@stdlib/array-bool": "^0.1.2",
44+
"@stdlib/array-complex128": "^0.3.2",
45+
"@stdlib/array-complex64": "^0.3.2",
4646
"@stdlib/array-float32": "^0.2.3",
4747
"@stdlib/array-float64": "^0.2.3",
4848
"@stdlib/array-int16": "^0.2.3",

0 commit comments

Comments
 (0)