Skip to content

Commit 504a40c

Browse files
committed
6.0.1
1 parent fc2957f commit 504a40c

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,13 @@ 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-
## [v6.0.0](https://github.com/bcomnes/npm-run-all2/compare/v5.0.2...v6.0.0)
10+
## [v6.0.1](https://github.com/bcomnes/npm-run-all2/compare/v6.0.0...v6.0.1)
11+
12+
### Commits
13+
14+
- Lower bound node engine to ^14.18.0 || >=16.0.0 [`fc2957f`](https://github.com/bcomnes/npm-run-all2/commit/fc2957f4814848b55bc29b0a0a1def8bfadda18b)
15+
16+
## [v6.0.0](https://github.com/bcomnes/npm-run-all2/compare/v5.0.2...v6.0.0) - 2022-06-11
1117

1218
### Merged
1319

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": "6.0.0",
3+
"version": "6.0.1",
44
"description": "A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintainence fork)",
55
"bin": {
66
"run-p": "bin/run-p/index.js",

0 commit comments

Comments
 (0)