Skip to content

Commit fe3e26a

Browse files
committed
Auto-generated commit
1 parent 582795c commit fe3e26a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -369,6 +369,7 @@ A total of 14 issues were closed in this release:
369369

370370
<details>
371371

372+
- [`3d355ab`](https://github.com/stdlib-js/stdlib/commit/3d355ab124de9c965171d08aebc8d14156fb9711) - **chore:** fix meta data _(by Athan Reines)_
372373
- [`79338a4`](https://github.com/stdlib-js/stdlib/commit/79338a45542acc87c31fb6ad7220b8ecab4c467d) - **chore:** update meta data _(by Athan Reines)_
373374
- [`f328b4f`](https://github.com/stdlib-js/stdlib/commit/f328b4f3b5bc69a79761c820e56c5849c7616dee) - **docs:** add README _(by Athan Reines)_
374375
- [`c713f5a`](https://github.com/stdlib-js/stdlib/commit/c713f5a247329781c52833ae42b7b86b5a585637) - **bench:** add 1d and 2d benchmarks _(by Athan Reines)_

base/binary/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
],
1616
"main": "./lib",
1717
"directories": {
18-
"benchmark": "benchmark",
18+
"benchmark": "./benchmark",
1919
"doc": "./docs",
2020
"example": "./examples",
2121
"lib": "./lib",

0 commit comments

Comments
 (0)