Skip to content

Commit 3902da3

Browse files
committed
Auto-generated commit
1 parent 977966e commit 3902da3

3 files changed

Lines changed: 8 additions & 3 deletions

File tree

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 (2026-07-06)
7+
## Unreleased (2026-07-07)
88

99
<section class="features">
1010

@@ -76,6 +76,7 @@ This release closes the following issue:
7676

7777
<details>
7878

79+
- [`f1eeb72`](https://github.com/stdlib-js/stdlib/commit/f1eeb7279dd2bd1dbec48234ac146791a97a406d) - **chore:** update keywords [(#13334)](https://github.com/stdlib-js/stdlib/pull/13334) _(by Philipp Burckhardt)_
7980
- [`6b88a63`](https://github.com/stdlib-js/stdlib/commit/6b88a637281fd936f6526c40df69299cf72463c5) - **fix:** add missing index signature to Float16Array class declaration [(#13332)](https://github.com/stdlib-js/stdlib/pull/13332) _(by Philipp Burckhardt, Athan Reines)_
8081
- [`21dc834`](https://github.com/stdlib-js/stdlib/commit/21dc834bf84debd42bc94aae3d29d20eb0f2ae60) - **docs:** update notes [(#13317)](https://github.com/stdlib-js/stdlib/pull/13317) _(by stdlib-bot)_
8182
- [`e003221`](https://github.com/stdlib-js/stdlib/commit/e0032216ae67175b756688e6ddaf8e00da70b0aa) - **feat:** add float16 dtype support to `array/zero-to-like` [(#13055)](https://github.com/stdlib-js/stdlib/pull/13055) _(by Gururaj Gurram, Athan Reines)_

base/assert/contains/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,10 @@
5656
"structure",
5757
"array",
5858
"generic",
59+
"test",
5960
"contains",
6061
"search",
61-
"assert"
62+
"assert",
63+
"validate"
6264
]
6365
}

base/assert/is-sorted-ascending/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,11 @@
5656
"structure",
5757
"array",
5858
"generic",
59+
"test",
5960
"sorted",
6061
"ascending",
6162
"ordered",
62-
"assert"
63+
"assert",
64+
"validate"
6365
]
6466
}

0 commit comments

Comments
 (0)