File tree Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Expand file tree Collapse file tree 2 files changed +17
-2
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,22 @@ 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.5] ( https://github.com/bcomnes/npm-run-all2/compare/v6.0.4...v6.0.5 )
10
+ ## [ v6.0.6] ( https://github.com/bcomnes/npm-run-all2/compare/v6.0.5...v6.0.6 )
11
+
12
+ ### Merged
13
+
14
+ - Update all esm only packages [ ` #114 ` ] ( https://github.com/bcomnes/npm-run-all2/pull/114 )
15
+ - Upgrade: Bump c8 from 7.14.0 to 8.0.0 [ ` #111 ` ] ( https://github.com/bcomnes/npm-run-all2/pull/111 )
16
+ - Delete .nycrc [ ` #109 ` ] ( https://github.com/bcomnes/npm-run-all2/pull/109 )
17
+ - Update CodeQL workflow [ ` #110 ` ] ( https://github.com/bcomnes/npm-run-all2/pull/110 )
18
+
19
+ ### Commits
20
+
21
+ - Lint fix and a few hand fixes [ ` 2c81236 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/2c8123694b73084f37b68eb6719632024331d2e9 )
22
+ - Fix tests [ ` 79e2c97 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/79e2c97c5b32c46d5cf64ce37b3b78cf4035498e )
23
+ - Update p-queue and ansi-styles [ ` 10b075c ` ] ( https://github.com/bcomnes/npm-run-all2/commit/10b075c849153822e9abc1447222d186a1cd6136 )
24
+
25
+ ## [ v6.0.5] ( https://github.com/bcomnes/npm-run-all2/compare/v6.0.4...v6.0.5 ) - 2023-04-03
11
26
12
27
### Merged
13
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-run-all2" ,
3
- "version" : " 6.0.5 " ,
3
+ "version" : " 6.0.6 " ,
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