Skip to content

Commit 8b1d544

Browse files
committed
Auto-generated commit
1 parent 6aad5bf commit 8b1d544

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CHANGELOG.md

Lines changed: 3 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-11-27)
7+
## Unreleased (2024-11-28)
88

99
<section class="packages">
1010

@@ -64,6 +64,7 @@
6464

6565
##### Features
6666

67+
- [`9818fa6`](https://github.com/stdlib-js/stdlib/commit/9818fa6dd8c90e045a147bfd1ba83cb1f693d17b) - update namespace TypeScript declarations [(#3259)](https://github.com/stdlib-js/stdlib/pull/3259)
6768
- [`8b1548f`](https://github.com/stdlib-js/stdlib/commit/8b1548fb45c1ff131f5edac20cb984344a2d28ec) - update namespace TypeScript declarations [(#3190)](https://github.com/stdlib-js/stdlib/pull/3190)
6869

6970
</section>
@@ -584,6 +585,7 @@ A total of 8 people contributed to this release. Thank you to the following cont
584585

585586
<details>
586587

588+
- [`9818fa6`](https://github.com/stdlib-js/stdlib/commit/9818fa6dd8c90e045a147bfd1ba83cb1f693d17b) - **feat:** update namespace TypeScript declarations [(#3259)](https://github.com/stdlib-js/stdlib/pull/3259) _(by stdlib-bot, Philipp Burckhardt)_
587589
- [`9db1815`](https://github.com/stdlib-js/stdlib/commit/9db181520dc74f28aab70a73aac64202cf7560ce) - **feat:** add `indexOf` method to `array/fixed-endian-factory` [(#3279)](https://github.com/stdlib-js/stdlib/pull/3279) _(by Aditya Sapra, Athan Reines)_
588590
- [`1d217ba`](https://github.com/stdlib-js/stdlib/commit/1d217bad1d35210a57d65c8be67c596815589082) - **feat:** add `map` method to `array/fixed-endian-factory` [(#3270)](https://github.com/stdlib-js/stdlib/pull/3270) _(by Aayush Khanna, Athan Reines)_
589591
- [`2df0e9b`](https://github.com/stdlib-js/stdlib/commit/2df0e9bb08b8ad1c573b7c2383ef39e492dd5436) - **feat:** add `some` method to `array/fixed-endian-factory` [(#3241)](https://github.com/stdlib-js/stdlib/pull/3241) _(by Kshitij-Dale, Athan Reines)_

base/docs/types/index.d.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1038,7 +1038,7 @@ interface Namespace {
10381038
* ns.bquaternary2d( [ x, y, z, w, out ], shapes, add );
10391039
*
10401040
* console.log( out );
1041-
* // => [ [ 4.0, 8.0 ], [ 12.0, 16.0 ] ]
1041+
* // => [ [ 4.0, 4.0 ], [ 4.0, 4.0 ] ]
10421042
*/
10431043
bquaternary2d: typeof bquaternary2d;
10441044

@@ -1115,7 +1115,7 @@ interface Namespace {
11151115
* ns.bternary2d( [ x, y, z, out ], shapes, add );
11161116
*
11171117
* console.log( out );
1118-
* // => [ [ 3.0, 6.0 ], [ 9.0, 12.0 ] ]
1118+
* // => [ [ 3.0, 3.0 ], [ 3.0, 3.0 ] ]
11191119
*/
11201120
bternary2d: typeof bternary2d;
11211121

0 commit comments

Comments
 (0)