Skip to content

Commit 1ac5e39

Browse files
committed
8.1.0-beta.0
1 parent 1080f4f commit 1ac5e39

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

CHANGELOG.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
99

10-
## [v8.0.4](https://github.com/bcomnes/npm-run-all2/compare/v8.0.4-beta.0...v8.0.4)
10+
## [v8.1.0-beta.0](https://github.com/bcomnes/npm-run-all2/compare/v8.0.4...v8.1.0-beta.0)
11+
12+
### Merged
13+
14+
- Convert to using the node test runner [`#181`](https://github.com/bcomnes/npm-run-all2/pull/181)
15+
16+
### Commits
17+
18+
- Convert codebase to mostly ESM [`8f4f68d`](https://github.com/bcomnes/npm-run-all2/commit/8f4f68d5677c92c9a2cea8d8e2938b7308e4000c)
19+
20+
## [v8.0.4](https://github.com/bcomnes/npm-run-all2/compare/v8.0.4-beta.0...v8.0.4) - 2025-05-25
1121

1222
### Commits
1323

@@ -339,8 +349,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
339349

340350
### Commits
341351

342-
- 🐛 use pidtree [`1b41ac5`](https://github.com/bcomnes/npm-run-all2/commit/1b41ac569987c96e224f940ff59f9699322c7824)
343352
- ⬆️ update dependencies [`7ec542e`](https://github.com/bcomnes/npm-run-all2/commit/7ec542e95ceb922b9abe593270d9b6f8e0df4bc5)
353+
- 🐛 use pidtree [`1b41ac5`](https://github.com/bcomnes/npm-run-all2/commit/1b41ac569987c96e224f940ff59f9699322c7824)
344354
- 🔖 4.1.5 [`df15118`](https://github.com/bcomnes/npm-run-all2/commit/df1511851a2b5e8a406e4a2622829b360f671afc)
345355

346356
## [v4.1.4](https://github.com/bcomnes/npm-run-all2/compare/v4.1.3...v4.1.4) - 2018-11-24

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "npm-run-all2",
33
"type": "module",
4-
"version": "8.0.4",
4+
"version": "8.1.0-beta.0",
55
"description": "A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)",
66
"bin": {
77
"run-p": "bin/run-p/index.js",

0 commit comments

Comments
 (0)