Skip to content

Commit 231e0a6

Browse files
committed
Auto-generated commit
1 parent 42513d0 commit 231e0a6

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: 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 (2024-12-24)
7+
## Unreleased (2024-12-28)
88

99
<section class="packages">
1010

@@ -455,6 +455,7 @@ A total of 3 people contributed to this release. Thank you to the following cont
455455

456456
<details>
457457

458+
- [`8f2808d`](https://github.com/stdlib-js/stdlib/commit/8f2808dec8c8a6508841e86453fba823823efc6c) - **docs:** update related packages sections [(#4302)](https://github.com/stdlib-js/stdlib/pull/4302) _(by stdlib-bot)_
458459
- [`4a70790`](https://github.com/stdlib-js/stdlib/commit/4a707903dfef7c2b56216000165706497d19a251) - **style:** add missing spaces _(by Philipp Burckhardt)_
459460
- [`acb12c7`](https://github.com/stdlib-js/stdlib/commit/acb12c77fd8eca09956f62e052f79ce1a0d9c1d0) - **refactor:** improve type specificity for array provided to callback _(by Athan Reines)_
460461
- [`5b71452`](https://github.com/stdlib-js/stdlib/commit/5b71452bd40811341a2e4eaab018c3cc17c5feac) - **docs:** update related packages sections [(#4135)](https://github.com/stdlib-js/stdlib/pull/4135) _(by stdlib-bot, Athan Reines)_

Diff for: to-array/README.md

+3
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ for ( i = 0; i < 20; i++ ) {
144144

145145
- <span class="package-name">[`@stdlib/ndarray/array`][@stdlib/ndarray/array]</span><span class="delimiter">: </span><span class="description">multidimensional arrays.</span>
146146
- <span class="package-name">[`@stdlib/ndarray/ctor`][@stdlib/ndarray/ctor]</span><span class="delimiter">: </span><span class="description">multidimensional array constructor.</span>
147+
- <span class="package-name">[`@stdlib/ndarray/to-json`][@stdlib/ndarray/to-json]</span><span class="delimiter">: </span><span class="description">serialize an ndarray as a JSON object.</span>
147148

148149
</section>
149150

@@ -159,6 +160,8 @@ for ( i = 0; i < 20; i++ ) {
159160

160161
[@stdlib/ndarray/array]: https://github.com/stdlib-js/ndarray/tree/main/array
161162

163+
[@stdlib/ndarray/to-json]: https://github.com/stdlib-js/ndarray/tree/main/to-json
164+
162165
<!-- </related-links> -->
163166

164167
</section>

0 commit comments

Comments
 (0)