Skip to content

Commit 20de941

Browse files
committed
8.0.1
1 parent 54af3ab commit 20de941

File tree

2 files changed

+10
-2
lines changed

2 files changed

+10
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,15 @@ 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.0](https://github.com/bcomnes/npm-run-all2/compare/v7.0.2...v8.0.0)
10+
## [v8.0.1](https://github.com/bcomnes/npm-run-all2/compare/v8.0.0...v8.0.1)
11+
12+
### Commits
13+
14+
- Merge pull request #159 from bcomnes/dependabot/npm_and_yarn/minimatch-10.0.1 [`54af3ab`](https://github.com/bcomnes/npm-run-all2/commit/54af3abd3d9fe5c32d21c8bac8a5ef12b7b448aa)
15+
- Upgrade: Bump minimatch from 9.0.5 to 10.0.1 [`f50ddf4`](https://github.com/bcomnes/npm-run-all2/commit/f50ddf48a0622d5473a7f9480069ebec8c5acd45)
16+
- Merge pull request #170 from bcomnes/fix-engine-range [`e43e670`](https://github.com/bcomnes/npm-run-all2/commit/e43e6705fedfa87b8d80200f9d55ceb943ad77c7)
17+
18+
## [v8.0.0](https://github.com/bcomnes/npm-run-all2/compare/v7.0.2...v8.0.0) - 2025-05-02
1119

1220
### Commits
1321

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": "8.0.0",
3+
"version": "8.0.1",
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)