Skip to content

Commit 0a671b7

Browse files
committed
Auto-generated commit
1 parent cabf680 commit 0a671b7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<section class="release" id="unreleased">
66

7-
## Unreleased (2025-01-06)
7+
## Unreleased (2025-01-07)
88

99
<section class="packages">
1010

@@ -870,6 +870,7 @@ A total of 12 people contributed to this release. Thank you to the following con
870870

871871
<details>
872872

873+
- [`cc71dc2`](https://github.com/stdlib-js/stdlib/commit/cc71dc23c9335d7187844e6a020cff2594679e76) - **docs:** update related packages sections [(#4622)](https://github.com/stdlib-js/stdlib/pull/4622) _(by stdlib-bot)_
873874
- [`563a4f8`](https://github.com/stdlib-js/stdlib/commit/563a4f826ab757636ae08094fc6f62746042da4b) - **docs:** update related packages sections [(#4594)](https://github.com/stdlib-js/stdlib/pull/4594) _(by stdlib-bot)_
874875
- [`f231799`](https://github.com/stdlib-js/stdlib/commit/f231799e1d40cfff7ceb79a6074166a08c4ba072) - **docs:** update related packages sections [(#4545)](https://github.com/stdlib-js/stdlib/pull/4545) _(by stdlib-bot)_
875876
- [`321e49e`](https://github.com/stdlib-js/stdlib/commit/321e49e9965648f1b5eb6a840fe454959af0ec49) - **docs:** add missing periods to list items _(by Philipp Burckhardt)_

fixed-endian-float32/README.md

+13
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,13 @@ logEach( '%s', out );
422422

423423
<section class="related">
424424

425+
* * *
426+
427+
## See Also
428+
429+
- <span class="package-name">[`@stdlib/array/fixed-endian-float64`][@stdlib/array/fixed-endian-float64]</span><span class="delimiter">: </span><span class="description">Float64Array having a specified byte order.</span>
430+
- <span class="package-name">[`@stdlib/array/float32`][@stdlib/array/float32]</span><span class="delimiter">: </span><span class="description">Float32Array.</span>
431+
425432
</section>
426433

427434
<!-- /.related -->
@@ -438,6 +445,12 @@ logEach( '%s', out );
438445

439446
[@stdlib/array/float32]: https://github.com/stdlib-js/array/tree/main/float32
440447

448+
<!-- <related-links> -->
449+
450+
[@stdlib/array/fixed-endian-float64]: https://github.com/stdlib-js/array/tree/main/fixed-endian-float64
451+
452+
<!-- </related-links> -->
453+
441454
</section>
442455

443456
<!-- /.links -->

0 commit comments

Comments
 (0)