Skip to content

Commit 4d99d8e

Browse files
committed
Auto-generated commit
1 parent d433837 commit 4d99d8e

3 files changed

Lines changed: 19 additions & 2 deletions

File tree

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2026-06-20T03:31:48.271Z

.npmrc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,3 +29,16 @@ save = false
2929

3030
# Do not generate provenance metadata:
3131
provenance = false
32+
33+
# Prefer cached dependencies during install:
34+
prefer-offline = true
35+
36+
# Require signing Git commits and tags when using `npm version`:
37+
sign-git-commit = true
38+
sign-git-tag = true
39+
40+
# Run Git commit hooks when using `npm version`:
41+
commit-hooks = true
42+
43+
# Require that dependencies within the dependency tree have a minimum release age (in days) in order to guard against supply chain attacks:
44+
min-release-age = 90

CHANGELOG.md

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

7-
## Unreleased (2026-05-14)
7+
## Unreleased (2026-06-20)
88

99
<section class="features">
1010

@@ -35,6 +35,8 @@ A total of 4 issues were closed in this release:
3535

3636
<details>
3737

38+
- [`0a24f0b`](https://github.com/stdlib-js/stdlib/commit/0a24f0b4cc1cf82c352a98d077cbd96d4144adb0) - **docs:** update related packages sections [(#12338)](https://github.com/stdlib-js/stdlib/pull/12338) _(by stdlib-bot)_
39+
- [`7b1cb99`](https://github.com/stdlib-js/stdlib/commit/7b1cb991f5525a57cfa7254bb7682060a6d85c7b) - **chore:** use `format` for error messages in strided build scripts [(#12178)](https://github.com/stdlib-js/stdlib/pull/12178) _(by Philipp Burckhardt)_
3840
- [`ed4312c`](https://github.com/stdlib-js/stdlib/commit/ed4312c3a3ef001cdfb062efcfbddeade9396973) - **docs:** update namespace table of contents [(#12124)](https://github.com/stdlib-js/stdlib/pull/12124) _(by stdlib-bot)_
3941
- [`10db754`](https://github.com/stdlib-js/stdlib/commit/10db7544d5d16543c9481218723efb391ceccdf5) - **feat:** add `reinterpretFloat16` to namespace _(by Athan Reines)_
4042
- [`6ea601b`](https://github.com/stdlib-js/stdlib/commit/6ea601bc4135b0439a63eae106cff3414ec920f5) - **feat:** add `strided/base/reinterpret-float16` [(#11932)](https://github.com/stdlib-js/stdlib/pull/11932) _(by Gururaj Gurram)_
@@ -68,13 +70,14 @@ A total of 4 issues were closed in this release:
6870

6971
### Contributors
7072

71-
A total of 8 people contributed to this release. Thank you to the following contributors:
73+
A total of 9 people contributed to this release. Thank you to the following contributors:
7274

7375
- Athan Reines
7476
- Clinton Phillips
7577
- Geo Daoyu
7678
- Gururaj Gurram
7779
- Karan Anand
80+
- Philipp Burckhardt
7881
- Uday Kakade
7982
- Vishal Gaikwad
8083
- anee3

0 commit comments

Comments
 (0)