Skip to content

Commit 0192d65

Browse files
committed
Auto-generated commit
1 parent c92c550 commit 0192d65

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -165,6 +165,15 @@ indent_style = tab
165165
indent_style = space
166166
indent_size = 2
167167
168+
# Ignore generated lock files for GitHub Agentic Workflows:
169+
[*.lock.yml]
170+
charset = unset
171+
end_of_line = unset
172+
indent_style = unset
173+
indent_size = unset
174+
trim_trailing_whitespace = unset
175+
insert_final_newline = unset
176+
168177
# Set properties for GYP files:
169178
[binding.gyp]
170179
indent_style = space

.gitattributes

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,3 +64,5 @@ Makefile linguist-vendored
6464

6565
# Configure files which should be included in GitHub language statistics:
6666
docs/types/*.d.ts -linguist-documentation
67+
68+
.github/workflows/*.lock.yml linguist-generated=true merge=ours

.github/.keepalive

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2026-03-16T02:37:06.857Z
1+
2026-03-23T01:12:24.605Z

CHANGELOG.md

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

7-
## Unreleased (2026-03-16)
7+
## Unreleased (2026-03-23)
88

99
<section class="issues">
1010

1111
### Closed Issues
1212

13-
This release closes the following issue:
13+
A total of 3 issues were closed in this release:
1414

15-
[#10556](https://github.com/stdlib-js/stdlib/issues/10556)
15+
[#10556](https://github.com/stdlib-js/stdlib/issues/10556), [#10945](https://github.com/stdlib-js/stdlib/issues/10945), [#11014](https://github.com/stdlib-js/stdlib/issues/11014)
1616

1717
</section>
1818

@@ -24,6 +24,8 @@ This release closes the following issue:
2424

2525
<details>
2626

27+
- [`dc2ab17`](https://github.com/stdlib-js/stdlib/commit/dc2ab175c0358e31a4e1702c73d4c91c1a6c4e6b) - **chore:** fix JavaScript lint errors [(#11015)](https://github.com/stdlib-js/stdlib/pull/11015) _(by Baixiaochun, Athan Reines)_
28+
- [`e514cd8`](https://github.com/stdlib-js/stdlib/commit/e514cd88083c5cfa4bbe539d9b92d64f44c42c8b) - **chore:** fix C lint errors [(#10981)](https://github.com/stdlib-js/stdlib/pull/10981) _(by Geo Daoyu)_
2729
- [`95e3a15`](https://github.com/stdlib-js/stdlib/commit/95e3a153b0483dbee7c0d55cb80eee826f0933fb) - **chore:** minor clean-up _(by Philipp Burckhardt)_
2830
- [`086d2d6`](https://github.com/stdlib-js/stdlib/commit/086d2d61999c12b8ec98b96dbbf9677b835181ea) - **chore:** fix JavaScript lint errors [(#10557)](https://github.com/stdlib-js/stdlib/pull/10557) _(by Partha Das, Athan Reines)_
2931

@@ -37,9 +39,11 @@ This release closes the following issue:
3739

3840
### Contributors
3941

40-
A total of 3 people contributed to this release. Thank you to the following contributors:
42+
A total of 5 people contributed to this release. Thank you to the following contributors:
4143

4244
- Athan Reines
45+
- Baixiaochun
46+
- Geo Daoyu
4347
- Partha Das
4448
- Philipp Burckhardt
4549

0 commit comments

Comments
 (0)