File tree Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Expand file tree Collapse file tree 2 files changed +21
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,25 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
99
10- ## [ v6.2.4] ( https://github.com/bcomnes/npm-run-all2/compare/v6.2.3...v6.2.4 )
10+ ## [ v7.0.0] ( https://github.com/bcomnes/npm-run-all2/compare/v6.2.6...v7.0.0 )
11+
12+ ### Merged
13+
14+ - Prevent a throw when looking up undefined results [ ` #158 ` ] ( https://github.com/bcomnes/npm-run-all2/pull/158 )
15+
16+ ### Commits
17+
18+ - ** Breaking change:** Bump node engines ^18.17.0 || > ; =20.5.0 [ ` 49b95f0 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/49b95f0c4905504a94d1a7ce87fbb7e77ab60df5 )
19+ - Merge pull request #156 from bcomnes/rm-rf-rimraf [ ` c661ffc ` ] ( https://github.com/bcomnes/npm-run-all2/commit/c661ffc942e09a68b1a553190d3a550dc0f6a39c )
20+ - Remove rimraf [ ` c77e085 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/c77e0856c65115b32788c3e9a1e441ba69fbd430 )
21+
22+ ## [ v6.2.6] ( https://github.com/bcomnes/npm-run-all2/compare/v6.2.4...v6.2.6 ) - 2024-10-21
23+
24+ ### Commits
25+
26+ - Prevent a throw when looking up undefined results [ ` d928f9a ` ] ( https://github.com/bcomnes/npm-run-all2/commit/d928f9ad59c00a20797c90d35b62ef0aecf0c364 )
27+
28+ ## [ v6.2.4] ( https://github.com/bcomnes/npm-run-all2/compare/v6.2.3...v6.2.4 ) - 2024-10-18
1129
1230### Merged
1331
@@ -254,8 +272,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
254272
255273### Commits
256274
257- - 🐛 use pidtree [ ` 1b41ac5 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/1b41ac569987c96e224f940ff59f9699322c7824 )
258275- ⬆️ update dependencies [ ` 7ec542e ` ] ( https://github.com/bcomnes/npm-run-all2/commit/7ec542e95ceb922b9abe593270d9b6f8e0df4bc5 )
276+ - 🐛 use pidtree [ ` 1b41ac5 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/1b41ac569987c96e224f940ff59f9699322c7824 )
259277- 🔖 4.1.5 [ ` df15118 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/df1511851a2b5e8a406e4a2622829b360f671afc )
260278
261279## [ v4.1.4] ( https://github.com/bcomnes/npm-run-all2/compare/v4.1.3...v4.1.4 ) - 2018-11-24
Original file line number Diff line number Diff line change 11{
22 "name" : " npm-run-all2" ,
3- "version" : " 6.2.4 " ,
3+ "version" : " 7.0.0 " ,
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" ,
You can’t perform that action at this time.
0 commit comments