Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 57337c9

Browse files
committed
8.0.0
1 parent bb27458 commit 57337c9

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,14 @@ 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-
## [v7.0.2](https://github.com/bcomnes/npm-run-all2/compare/v7.0.1...v7.0.2)
10+
## [v8.0.0](https://github.com/bcomnes/npm-run-all2/compare/v7.0.2...v8.0.0)
11+
12+
### Commits
13+
14+
- **Breaking change:** Raise engine floor to >= Node 20 [`b1b12f8`](https://github.com/bcomnes/npm-run-all2/commit/b1b12f858291a7b3d73b20b28ca134407d927166)
15+
- Merge pull request #169 from bcomnes/node-20-or-greater [`bb27458`](https://github.com/bcomnes/npm-run-all2/commit/bb274582dadbaaeeb2c3a2c54b4171660fb92399)
16+
17+
## [v7.0.2](https://github.com/bcomnes/npm-run-all2/compare/v7.0.1...v7.0.2) - 2024-12-16
1118

1219
### Merged
1320

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "npm-run-all2",
3-
"version": "7.0.2",
3+
"version": "8.0.0",
44
"description": "A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintenance fork)",
55
"bin": {
66
"run-p": "bin/run-p/index.js",

0 commit comments

Comments
 (0)