Skip to content

Commit 8817a20

Browse files
committed
Auto-generated commit
1 parent 17d44c8 commit 8817a20

File tree

3 files changed

+40
-6
lines changed

3 files changed

+40
-6
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.2.3">
640

741
## 0.2.3 (2026-02-08)

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ An accessor array is defined as either an [`Array`][mdn-array], [`Typed Array`][
4141

4242
</section>
4343

44-
<!-- ./intro -->
44+
<!-- /.intro -->
4545

4646
<section class="installation">
4747

@@ -158,7 +158,7 @@ bool = isAccessorArray( new Uint8Array( 10 ) );
158158
bool = isAccessorArray( new Uint8ClampedArray( 10 ) );
159159
// returns false
160160

161-
bool = isAccessorArray( { 'length': 0 } );
161+
bool = isAccessorArray({ 'length': 0 });
162162
// returns false
163163
```
164164

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

216-
[test-image]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml/badge.svg?branch=v0.2.3
217-
[test-url]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml?query=branch:v0.2.3
216+
[test-image]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml/badge.svg?branch=main
217+
[test-url]: https://github.com/stdlib-js/array-base-assert-is-accessor-array/actions/workflows/test.yml?query=branch:main
218218

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

package.json

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

0 commit comments

Comments
 (0)