Skip to content

Commit 2b29b13

Browse files
committed
Auto-generated commit
1 parent 1827c73 commit 2b29b13

File tree

3 files changed

+16
-1
lines changed

3 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
<section class="release" id="unreleased">
66

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

99
<section class="features">
1010

@@ -112,6 +112,7 @@ A total of 6 issues were closed in this release:
112112

113113
<details>
114114

115+
- [`ad7be7a`](https://github.com/stdlib-js/stdlib/commit/ad7be7addead1754f9f65800e946722b0829cc52) - **docs:** update related packages sections [(#7569)](https://github.com/stdlib-js/stdlib/pull/7569) _(by stdlib-bot, Athan Reines)_
115116
- [`0643357`](https://github.com/stdlib-js/stdlib/commit/0643357a47588bc83f4539b8fd801f1994374949) - **test:** ensure passing on newer Node.js and cleanup after each test _(by Philipp Burckhardt)_
116117
- [`cbb9a3c`](https://github.com/stdlib-js/stdlib/commit/cbb9a3cb07582ffd3b2f1406a81fa8fd31dacc3b) - **docs:** minor clean-up _(by Philipp Burckhardt)_
117118
- [`b34ff7a`](https://github.com/stdlib-js/stdlib/commit/b34ff7a7f7f86904c29001a89d35abcdbbc5b04e) - **fix:** return boolean to avoid misleading type predicate _(by Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Annamalai Prabu <apfossdev@gmail.com>
2727
Anshu Kumar <132515490+anxhukumar@users.noreply.github.com>
2828
Anshu Kumar <contact.anshukumar@protonmail.com>
2929
Anudeep Sanapala <anudeep0306@gmail.com>
30+
Arihant Pal <arihant0pal@gmail.com>
3031
Aryan Bhirud <112156883+AryanBhirud@users.noreply.github.com>
3132
Athan Reines <kgryte@gmail.com>
3233
Ayaka <73595362+USERSATOSHI@users.noreply.github.com>

is-struct/README.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,13 @@ bool = isStruct( null );
9292

9393
<section class="related">
9494

95+
* * *
96+
97+
## See Also
98+
99+
- <span class="package-name">[`@stdlib/assert/is-struct-constructor-like`][@stdlib/assert/is-struct-constructor-like]</span><span class="delimiter">: </span><span class="description">test if a value is struct constructor-like.</span>
100+
- <span class="package-name">[`@stdlib/dstructs/struct`][@stdlib/dstructs/struct]</span><span class="delimiter">: </span><span class="description">fixed-width composite data type (a.k.a., a `struct`).</span>
101+
95102
</section>
96103

97104
<!-- /.related -->
@@ -102,6 +109,12 @@ bool = isStruct( null );
102109

103110
[@stdlib/dstructs/struct]: https://github.com/stdlib-js/dstructs-struct
104111

112+
<!-- <related-links> -->
113+
114+
[@stdlib/assert/is-struct-constructor-like]: https://github.com/stdlib-js/assert/tree/main/is-struct-constructor-like
115+
116+
<!-- </related-links> -->
117+
105118
</section>
106119

107120
<!-- /.links -->

0 commit comments

Comments
 (0)