Skip to content

Commit 9dc1b4f

Browse files
committed
Auto-generated commit
1 parent f0e78d0 commit 9dc1b4f

File tree

2 files changed

+41
-38
lines changed

2 files changed

+41
-38
lines changed

CHANGELOG.md

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

7-
## Unreleased (2025-05-07)
7+
## Unreleased (2025-05-08)
88

99
<section class="features">
1010

@@ -43,9 +43,9 @@
4343

4444
### Closed Issues
4545

46-
A total of 2 issues were closed in this release:
46+
A total of 3 issues were closed in this release:
4747

48-
[#5814](https://github.com/stdlib-js/stdlib/issues/5814), [#6901](https://github.com/stdlib-js/stdlib/issues/6901)
48+
[#5814](https://github.com/stdlib-js/stdlib/issues/5814), [#6901](https://github.com/stdlib-js/stdlib/issues/6901), [#6925](https://github.com/stdlib-js/stdlib/issues/6925)
4949

5050
</section>
5151

@@ -57,6 +57,7 @@ A total of 2 issues were closed in this release:
5757

5858
<details>
5959

60+
- [`669f8e5`](https://github.com/stdlib-js/stdlib/commit/669f8e55d710847a949d08299f580b2d2d6357f8) - **chore:** fix EditorConfig lint errors [(#6937)](https://github.com/stdlib-js/stdlib/pull/6937) _(by Lalit Narayan Yadav, Athan Reines, Shabareesh Shetty, stdlib-bot)_
6061
- [`c146634`](https://github.com/stdlib-js/stdlib/commit/c1466343f33692d3019f34d6ad7f29025f5a6d2c) - **docs:** use abbreviated alias _(by Athan Reines)_
6162
- [`5bfe900`](https://github.com/stdlib-js/stdlib/commit/5bfe90097b8de743489f2859f1f2f01911961740) - **docs:** use abbreviated alias _(by Athan Reines)_
6263
- [`49f901a`](https://github.com/stdlib-js/stdlib/commit/49f901a5b29fa9d967e1f15750f06a5338c29b9c) - **docs:** use consistent alias _(by Athan Reines)_
@@ -101,12 +102,14 @@ A total of 2 issues were closed in this release:
101102

102103
### Contributors
103104

104-
A total of 4 people contributed to this release. Thank you to the following contributors:
105+
A total of 6 people contributed to this release. Thank you to the following contributors:
105106

106107
- Anshu Kumar
107108
- Athan Reines
108109
- Dipjyoti Das
110+
- Lalit Narayan Yadav
109111
- Philipp Burckhardt
112+
- Shabareesh Shetty
110113

111114
</section>
112115

napi/is-typedarray/manifest.json

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,40 +1,40 @@
11
{
2-
"options": {},
3-
"fields": [
4-
{
5-
"field": "src",
6-
"resolve": true,
7-
"relative": true
8-
},
9-
{
10-
"field": "include",
11-
"resolve": true,
12-
"relative": true
13-
},
14-
{
15-
"field": "libraries",
16-
"resolve": false,
17-
"relative": false
18-
},
19-
{
20-
"field": "libpath",
21-
"resolve": true,
22-
"relative": false
23-
}
24-
],
25-
"confs": [
26-
{
27-
"src": [
2+
"options": {},
3+
"fields": [
4+
{
5+
"field": "src",
6+
"resolve": true,
7+
"relative": true
8+
},
9+
{
10+
"field": "include",
11+
"resolve": true,
12+
"relative": true
13+
},
14+
{
15+
"field": "libraries",
16+
"resolve": false,
17+
"relative": false
18+
},
19+
{
20+
"field": "libpath",
21+
"resolve": true,
22+
"relative": false
23+
}
24+
],
25+
"confs": [
26+
{
27+
"src": [
2828
"./src/main.c"
2929
],
30-
"include": [
31-
"./include"
32-
],
33-
"libraries": [],
34-
"libpath": [],
35-
"dependencies": [
30+
"include": [
31+
"./include"
32+
],
33+
"libraries": [],
34+
"libpath": [],
35+
"dependencies": [
3636
"@stdlib/assert/napi/status-ok"
3737
]
38-
}
39-
]
38+
}
39+
]
4040
}

0 commit comments

Comments
 (0)