Skip to content

Commit 80e6fab

Browse files
committed
Auto-generated commit
1 parent 239fda1 commit 80e6fab

6 files changed

Lines changed: 55 additions & 10 deletions

File tree

.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

CHANGELOG.md

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,40 @@
22

33
> Package changelog.
44
5+
<section class="release" id="unreleased">
6+
7+
## Unreleased (2026-03-27)
8+
9+
<section class="commits">
10+
11+
### Commits
12+
13+
<details>
14+
15+
- [`3bf34ec`](https://github.com/stdlib-js/stdlib/commit/3bf34ec6df7f894f7cbee125eb3f655ebb2d6a4e) - **chore:** fix typos, grammar, and minor issues across multiple packages [(#11167)](https://github.com/stdlib-js/stdlib/pull/11167) _(by Philipp Burckhardt)_
16+
17+
</details>
18+
19+
</section>
20+
21+
<!-- /.commits -->
22+
23+
<section class="contributors">
24+
25+
### Contributors
26+
27+
A total of 1 person contributed to this release. Thank you to this contributor:
28+
29+
- Philipp Burckhardt
30+
31+
</section>
32+
33+
<!-- /.contributors -->
34+
35+
</section>
36+
37+
<!-- /.release -->
38+
539
<section class="release" id="v0.1.1">
640

741
## 0.1.1 (2026-02-08)

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1103,8 +1103,8 @@ Copyright &copy; 2016-2026. The Stdlib [Authors][stdlib-authors].
11031103
[npm-image]: http://img.shields.io/npm/v/@stdlib/array-fixed-endian-factory.svg
11041104
[npm-url]: https://npmjs.org/package/@stdlib/array-fixed-endian-factory
11051105

1106-
[test-image]: https://github.com/stdlib-js/array-fixed-endian-factory/actions/workflows/test.yml/badge.svg?branch=v0.1.1
1107-
[test-url]: https://github.com/stdlib-js/array-fixed-endian-factory/actions/workflows/test.yml?query=branch:v0.1.1
1106+
[test-image]: https://github.com/stdlib-js/array-fixed-endian-factory/actions/workflows/test.yml/badge.svg?branch=main
1107+
[test-url]: https://github.com/stdlib-js/array-fixed-endian-factory/actions/workflows/test.yml?query=branch:main
11081108

11091109
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/array-fixed-endian-factory/main.svg
11101110
[coverage-url]: https://codecov.io/github/stdlib-js/array-fixed-endian-factory?branch=main

benchmark/benchmark.of.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ bench( format( '%s:of', pkg ), function benchmark( b ) {
5252
b.end();
5353
});
5454

55-
bench( format( '%s:len=5', pkg ), function benchmark( b ) {
55+
bench( format( '%s:of:len=5', pkg ), function benchmark( b ) {
5656
var buf;
5757
var arr;
5858
var i;

package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@
3636
"url": "https://github.com/stdlib-js/stdlib/issues"
3737
},
3838
"dependencies": {
39-
"@stdlib/array-base-accessor-getter": "^0.2.2",
40-
"@stdlib/array-base-assert-contains": "^0.2.2",
41-
"@stdlib/array-base-assert-is-byte-order": "^0.1.0",
39+
"@stdlib/array-base-accessor-getter": "^0.2.3",
40+
"@stdlib/array-base-assert-contains": "^0.2.3",
41+
"@stdlib/array-base-assert-is-byte-order": "^0.1.1",
4242
"@stdlib/array-base-getter": "^0.2.3",
4343
"@stdlib/array-buffer": "^0.2.3",
4444
"@stdlib/array-dataview": "^0.2.3",
@@ -61,16 +61,16 @@
6161
"@stdlib/error-tools-fmtprodmsg": "^0.2.3"
6262
},
6363
"devDependencies": {
64-
"@stdlib/array-base-assert-has-same-values": "^0.3.0",
64+
"@stdlib/array-base-assert-has-same-values": "^0.3.1",
6565
"@stdlib/array-float64": "^0.2.3",
66-
"@stdlib/array-zero-to": "^0.2.2",
66+
"@stdlib/array-zero-to": "^0.2.3",
6767
"@stdlib/assert-has-own-property": "^0.2.3",
6868
"@stdlib/assert-is-boolean": "^0.2.3",
6969
"@stdlib/assert-is-number": "^0.2.3",
70-
"@stdlib/console-log-each": "^0.2.3",
70+
"@stdlib/console-log-each": "^0.2.4",
7171
"@stdlib/math-base-assert-is-nan": "^0.2.3",
7272
"@stdlib/math-base-special-pow": "^0.3.1",
73-
"@stdlib/random-array-randu": "^0.2.1",
73+
"@stdlib/random-array-randu": "^0.2.2",
7474
"@stdlib/utils-identity-function": "^0.2.3",
7575
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
7676
"istanbul": "^0.4.1",

0 commit comments

Comments
 (0)