Skip to content

Commit 4497c28

Browse files
committed
Auto-generated commit
1 parent c75835d commit 4497c28

5 files changed

Lines changed: 7 additions & 5 deletions

File tree

.github/.keepalive

Lines changed: 0 additions & 1 deletion
This file was deleted.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -202,3 +202,4 @@ jsconfig.json
202202
####################
203203
CLAUDE.md
204204
GEMINI.md
205+
.claude/

CHANGELOG.md

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

7-
## Unreleased (2026-07-23)
7+
## Unreleased (2026-09-04)
88

99
<section class="commits">
1010

1111
### Commits
1212

1313
<details>
1414

15+
- [`b04bbaf`](https://github.com/stdlib-js/stdlib/commit/b04bbafa83ab5f6cd8618a8f7cfc8290ed2c6623) - **docs:** update parameter types [(#14986)](https://github.com/stdlib-js/stdlib/pull/14986) _(by Philipp Burckhardt)_
1516
- [`0287136`](https://github.com/stdlib-js/stdlib/commit/0287136074eb89eede83a3cae5c5b51a7760a57e) - **bench:** refactor to use string interpolation in `iter` [(#11612)](https://github.com/stdlib-js/stdlib/pull/11612) _(by Karan Anand)_
1617

1718
</details>
@@ -24,9 +25,10 @@
2425

2526
### Contributors
2627

27-
A total of 1 person contributed to this release. Thank you to this contributor:
28+
A total of 2 people contributed to this release. Thank you to the following contributors:
2829

2930
- Karan Anand
31+
- Philipp Burckhardt
3032

3133
</section>
3234

dist/index.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ var format = require( '@stdlib/string-format' );
3333
* Returns an iterator which prepends values to the beginning of a provided iterator.
3434
*
3535
* @param {Iterator} iterator - input iterator
36-
* @param {*} items - values to prepend
36+
* @param {...*} items - values to prepend
3737
* @throws {TypeError} first argument must be an iterator protocol-compliant object
3838
* @returns {Iterator} iterator
3939
*

0 commit comments

Comments
 (0)