File tree Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Expand file tree Collapse file tree 2 files changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
9
10
- ## [ v6.0.6] ( https://github.com/bcomnes/npm-run-all2/compare/v6.0.5...v6.0.6 )
10
+ ## [ v6.1.0] ( https://github.com/bcomnes/npm-run-all2/compare/v6.0.6...v6.1.0 )
11
+
12
+ ### Merged
13
+
14
+ - Upgrade: Bump actions/checkout from 3 to 4 [ ` #119 ` ] ( https://github.com/bcomnes/npm-run-all2/pull/119 )
15
+
16
+ ### Commits
17
+
18
+ - Lets avoid spawn.sync [ ` a3ee6cd ` ] ( https://github.com/bcomnes/npm-run-all2/commit/a3ee6cd9e051471bfd7b1b4d153aa260fc9b6634 )
19
+ - Add support for pnpm (#117 ) [ ` 3df3708 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/3df37084ab1ae55f873fcbb449ad0d7df8bc328f )
20
+
21
+ ## [ v6.0.6] ( https://github.com/bcomnes/npm-run-all2/compare/v6.0.5...v6.0.6 ) - 2023-07-04
11
22
12
23
### Merged
13
24
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-run-all2" ,
3
- "version" : " 6.0.6 " ,
3
+ "version" : " 6.1.0 " ,
4
4
"description" : " A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintainence fork)" ,
5
5
"bin" : {
6
6
"run-p" : " bin/run-p/index.js" ,
You can’t perform that action at this time.
0 commit comments