Skip to content

Commit 19fddd5

Browse files
committed
Auto-generated commit
1 parent 9461d02 commit 19fddd5

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-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 (2024-12-08)
7+
## Unreleased (2024-12-10)
88

99
<section class="packages">
1010

@@ -79,6 +79,7 @@ A total of 2 people contributed to this release. Thank you to the following cont
7979

8080
<details>
8181

82+
- [`ac06419`](https://github.com/stdlib-js/stdlib/commit/ac06419c2a8358dfd80818823f571077eb58958e) - **docs:** update related packages sections [(#3387)](https://github.com/stdlib-js/stdlib/pull/3387) _(by stdlib-bot)_
8283
- [`7e8187a`](https://github.com/stdlib-js/stdlib/commit/7e8187a766886c2fb9cdc356cf781f0a1802172c) - **docs:** update related packages sections [(#3368)](https://github.com/stdlib-js/stdlib/pull/3368) _(by stdlib-bot)_
8384
- [`9ba0dbd`](https://github.com/stdlib-js/stdlib/commit/9ba0dbd839707695a05fda5d4f50d67c5aba52f7) - **chore:** use relative paths to load main package export _(by Philipp Burckhardt)_
8485
- [`b6a2b0b`](https://github.com/stdlib-js/stdlib/commit/b6a2b0b27dc8cc1e9fc02d9679a3ce468cf49b9d) - **docs:** update namespace table of contents [(#3192)](https://github.com/stdlib-js/stdlib/pull/3192) _(by stdlib-bot, Philipp Burckhardt)_

CONTRIBUTORS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ Krishnendu Das <86651039+itskdhere@users.noreply.github.com>
5252
Kshitij-Dale <152467202+Kshitij-Dale@users.noreply.github.com>
5353
Lovelin <100030865+lovelindhoni@users.noreply.github.com>
5454
Manik Sharma <maniksharma.rke@gmail.com>
55+
Manvith M <148960168+manvith2003@users.noreply.github.com>
5556
Marcus Fantham <mfantham@users.noreply.github.com>
5657
Matt Cochrane <matthew.cochrane.eng@gmail.com>
5758
Mihir Pandit <129577900+MSP20086@users.noreply.github.com>

has-btoa-support/README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,12 @@ $ has-btoa-support
108108

109109
<section class="related">
110110

111+
* * *
112+
113+
## See Also
114+
115+
- <span class="package-name">[`@stdlib/assert/has-atob-support`][@stdlib/assert/has-atob-support]</span><span class="delimiter">: </span><span class="description">detect native atob support.</span>
116+
111117
</section>
112118

113119
<!-- /.related -->
@@ -118,6 +124,12 @@ $ has-btoa-support
118124

119125
[mdn-btoa]: https://developer.mozilla.org/en-US/docs/Web/API/Window/btoa
120126

127+
<!-- <related-links> -->
128+
129+
[@stdlib/assert/has-atob-support]: https://github.com/stdlib-js/assert/tree/main/has-atob-support
130+
131+
<!-- </related-links> -->
132+
121133
</section>
122134

123135
<!-- /.links -->

0 commit comments

Comments
 (0)