Skip to content

Commit 06b8261

Browse files
committed
Auto-generated commit
1 parent db353ac commit 06b8261

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
@@ -39,7 +39,7 @@ limitations under the License.
3939

4040
</section>
4141

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

4444
<section class="installation">
4545

@@ -153,7 +153,7 @@ bool = isComplex64Array( new Uint8Array( 10 ) );
153153
bool = isComplex64Array( new Uint8ClampedArray( 10 ) );
154154
// returns false
155155

156-
bool = isComplex64Array( { 'length': 0 } );
156+
bool = isComplex64Array({ 'length': 0 });
157157
// returns false
158158
```
159159

@@ -208,8 +208,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
208208
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-base-assert-is-complex64array.svg
209209
[npm-url]: https://npmjs.org/package/@stdlib/array-base-assert-is-complex64array
210210

211-
[test-image]: https://github.com/stdlib-js/array-base-assert-is-complex64array/actions/workflows/test.yml/badge.svg?branch=v0.2.3
212-
[test-url]: https://github.com/stdlib-js/array-base-assert-is-complex64array/actions/workflows/test.yml?query=branch:v0.2.3
211+
[test-image]: https://github.com/stdlib-js/array-base-assert-is-complex64array/actions/workflows/test.yml/badge.svg?branch=main
212+
[test-url]: https://github.com/stdlib-js/array-base-assert-is-complex64array/actions/workflows/test.yml?query=branch:main
213213

214214
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-base-assert-is-complex64array/main.svg
215215
[coverage-url]: https://codecov.io/github/stdlib-js/array-base-assert-is-complex64array?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)