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.1.1] ( https://github.com/bcomnes/npm-run-all2/compare/v6.1.0...v6.1.1 )
10
+ ## [ v6.1.2] ( https://github.com/bcomnes/npm-run-all2/compare/v6.1.1...v6.1.2 )
11
+
12
+ ### Merged
13
+
14
+ - feat: move to read-package-json-fast [ ` #130 ` ] ( https://github.com/bcomnes/npm-run-all2/pull/130 )
15
+ - Upgrade: Bump c8 from 8.0.1 to 9.0.0 [ ` #127 ` ] ( https://github.com/bcomnes/npm-run-all2/pull/127 )
16
+ - Upgrade: Bump github/codeql-action from 2 to 3 [ ` #126 ` ] ( https://github.com/bcomnes/npm-run-all2/pull/126 )
17
+ - Upgrade: Bump actions/setup-node from 3 to 4 [ ` #123 ` ] ( https://github.com/bcomnes/npm-run-all2/pull/123 )
18
+
19
+ ### Commits
20
+
21
+ - Publish the whole project [ ` 3dde20c ` ] ( https://github.com/bcomnes/npm-run-all2/commit/3dde20c1c8fa973045773e03f4fc121360fdbed4 )
22
+ - Utilize CJS require for 'read-package-json-fast' [ ` 605ca15 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/605ca15d9adee3ce14da6fcaa98cb14d9c03795c )
23
+ - Update FUNDING.yml [ ` c838ee9 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/c838ee9eea06e545d1a7f25592f7beb8468f1afd )
24
+
25
+ ## [ v6.1.1] ( https://github.com/bcomnes/npm-run-all2/compare/v6.1.0...v6.1.1 ) - 2023-10-04
11
26
12
27
### Commits
13
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " npm-run-all2" ,
3
- "version" : " 6.1.1 " ,
3
+ "version" : " 6.1.2 " ,
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