Skip to content

Commit c105f89

Browse files
committed
Auto-generated commit
1 parent 431eee7 commit c105f89

File tree

5 files changed

+22
-34
lines changed

5 files changed

+22
-34
lines changed

.github/.keepalive

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
2024-08-01T03:15:19.293Z

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,8 @@ docs/**/node_modules/
101101
pids
102102
*.pid
103103
*.seed
104+
yarn.lock
105+
package-lock.json
104106

105107
# Typescript #
106108
##############

CHANGELOG.md

Lines changed: 14 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -2,39 +2,17 @@
22

33
> Package changelog.
44
5-
<section class="release" id="v0.1.0">
6-
7-
## 0.1.0 (2024-07-28)
8-
9-
<section class="features">
10-
11-
### Features
12-
13-
- [`294b868`](https://github.com/stdlib-js/stdlib/commit/294b868248299e6256454efe1853d98ab84ac3f2) - add `utils/async/parallel` [(#1896)](https://github.com/stdlib-js/stdlib/pull/1896)
14-
15-
</section>
16-
17-
<!-- /.features -->
18-
19-
<section class="issues">
20-
21-
### Closed Issues
22-
23-
This release closes the following issue:
5+
<section class="release" id="unreleased">
246

25-
[#1811](https://github.com/stdlib-js/stdlib/issues/1811)
26-
27-
</section>
28-
29-
<!-- /.issues -->
7+
## Unreleased (2024-08-01)
308

319
<section class="commits">
3210

3311
### Commits
3412

3513
<details>
3614

37-
- [`294b868`](https://github.com/stdlib-js/stdlib/commit/294b868248299e6256454efe1853d98ab84ac3f2) - **feat:** add `utils/async/parallel` [(#1896)](https://github.com/stdlib-js/stdlib/pull/1896) _(by NightKnight, Athan Reines, Philipp Burckhardt, stdlib-bot)_
15+
- [`22c4d29`](https://github.com/stdlib-js/stdlib/commit/22c4d29898e2b5bb4cb071a6b7f62536027eaf28) - **docs:** remove blank line _(by Athan Reines)_
3816

3917
</details>
4018

@@ -46,12 +24,9 @@ This release closes the following issue:
4624

4725
### Contributors
4826

49-
A total of 4 people contributed to this release. Thank you to the following contributors:
27+
A total of 1 person contributed to this release. Thank you to this contributor:
5028

5129
- Athan Reines
52-
- NightKnight
53-
- Philipp Burckhardt
54-
- stdlib-bot
5530

5631
</section>
5732

@@ -61,3 +36,13 @@ A total of 4 people contributed to this release. Thank you to the following cont
6136

6237
<!-- /.release -->
6338

39+
<section class="release" id="v0.1.0">
40+
41+
## 0.1.0 (2024-07-28)
42+
43+
No changes reported for this release.
44+
45+
</section>
46+
47+
<!-- /.release -->
48+

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -329,8 +329,8 @@ Copyright &copy; 2016-2024. The Stdlib [Authors][stdlib-authors].
329329
[npm-image]: http://img.shields.io/npm/v/@stdlib/utils-async-parallel.svg
330330
[npm-url]: https://npmjs.org/package/@stdlib/utils-async-parallel
331331

332-
[test-image]: https://github.com/stdlib-js/utils-async-parallel/actions/workflows/test.yml/badge.svg?branch=v0.1.0
333-
[test-url]: https://github.com/stdlib-js/utils-async-parallel/actions/workflows/test.yml?query=branch:v0.1.0
332+
[test-image]: https://github.com/stdlib-js/utils-async-parallel/actions/workflows/test.yml/badge.svg?branch=main
333+
[test-url]: https://github.com/stdlib-js/utils-async-parallel/actions/workflows/test.yml?query=branch:main
334334

335335
[coverage-image]: https://img.shields.io/codecov/c/github/stdlib-js/utils-async-parallel/main.svg
336336
[coverage-url]: https://codecov.io/github/stdlib-js/utils-async-parallel?branch=main

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"dependencies": {
4040
"@stdlib/assert-has-own-property": "^0.2.2",
4141
"@stdlib/assert-is-function": "^0.2.2",
42-
"@stdlib/assert-is-function-array": "^0.2.1",
42+
"@stdlib/assert-is-function-array": "^0.2.2",
4343
"@stdlib/assert-is-plain-object": "^0.2.2",
4444
"@stdlib/assert-is-positive-integer": "^0.2.2",
4545
"@stdlib/constants-float64-pinf": "^0.2.2",
@@ -49,12 +49,12 @@
4949
"@stdlib/error-tools-fmtprodmsg": "^0.2.2"
5050
},
5151
"devDependencies": {
52-
"@stdlib/utils-async-parallel": "github:stdlib-js/utils-async-parallel#main",
52+
"@stdlib/utils-async-parallel": "^0.1.0",
5353
"@stdlib/utils-noop": "^0.2.2",
5454
"tape": "git+https://github.com/kgryte/tape.git#fix/globby",
5555
"istanbul": "^0.4.1",
5656
"tap-min": "git+https://github.com/Planeshifter/tap-min.git",
57-
"@stdlib/bench-harness": "^0.2.1"
57+
"@stdlib/bench-harness": "^0.2.2"
5858
},
5959
"engines": {
6060
"node": ">=0.10.0",

0 commit comments

Comments
 (0)