Skip to content

Commit dbd468f

Browse files
committed
Auto-generated commit
1 parent 138149a commit dbd468f

3 files changed

Lines changed: 4 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-05-12)
7+
## Unreleased (2026-05-13)
88

99
<section class="features">
1010

@@ -276,6 +276,7 @@ A total of 38 issues were closed in this release:
276276

277277
<details>
278278

279+
- [`a1aabee`](https://github.com/stdlib-js/stdlib/commit/a1aabee8d9e187f3c9bc35be085a2a434f15a515) - **chore:** normalize `main` field to `./lib` in `array/base` and `array/float16` package.json [(#12110)](https://github.com/stdlib-js/stdlib/pull/12110) _(by Philipp Burckhardt)_
279280
- [`53f64c8`](https://github.com/stdlib-js/stdlib/commit/53f64c8d115c1a2edae5bf708b947a5d905e4e5b) - **feat:** update `array` TypeScript declarations [(#12098)](https://github.com/stdlib-js/stdlib/pull/12098) _(by stdlib-bot, Athan Reines)_
280281
- [`513fc61`](https://github.com/stdlib-js/stdlib/commit/513fc61205a9a4748a1e4ecc58c664a11f443ec4) - **feat:** update `array/base` TypeScript declarations [(#12090)](https://github.com/stdlib-js/stdlib/pull/12090) _(by stdlib-bot)_
281282
- [`c534f97`](https://github.com/stdlib-js/stdlib/commit/c534f971488b2a5ebacca4dccf73a9d9b4e09bc7) - **docs:** update namespace table of contents [(#12092)](https://github.com/stdlib-js/stdlib/pull/12092) _(by stdlib-bot)_

base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1414
}
1515
],
16-
"main": "lib/index.js",
16+
"main": "./lib",
1717
"directories": {
1818
"doc": "./docs",
1919
"example": "./examples",

float16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
"url": "https://github.com/stdlib-js/stdlib/graphs/contributors"
1414
}
1515
],
16-
"main": "./lib/index.js",
16+
"main": "./lib",
1717
"directories": {
1818
"benchmark": "./benchmark",
1919
"doc": "./docs",

0 commit comments

Comments
 (0)