File tree 2 files changed +21
-3
lines changed 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
7
7
8
8
Generated by [ ` auto-changelog ` ] ( https://github.com/CookPete/auto-changelog ) .
9
9
10
- ## [ v6.2.4] ( https://github.com/bcomnes/npm-run-all2/compare/v6.2.3...v6.2.4 )
10
+ ## [ v6.2.6] ( https://github.com/bcomnes/npm-run-all2/compare/v6.2.5...v6.2.6 )
11
+
12
+ ### Commits
13
+
14
+ - Prevent a throw when looking up undefined results [ ` d928f9a ` ] ( https://github.com/bcomnes/npm-run-all2/commit/d928f9ad59c00a20797c90d35b62ef0aecf0c364 )
15
+
16
+ ## [ v6.2.5] ( https://github.com/bcomnes/npm-run-all2/compare/v6.2.4...v6.2.5 ) - 2024-10-21
17
+
18
+ ### Merged
19
+
20
+ - Prevent a throw when looking up undefined results [ ` #158 ` ] ( https://github.com/bcomnes/npm-run-all2/pull/158 )
21
+
22
+ ### Commits
23
+
24
+ - ** Breaking change:** Bump node engines ^18.17.0 || > ; =20.5.0 [ ` 49b95f0 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/49b95f0c4905504a94d1a7ce87fbb7e77ab60df5 )
25
+ - Merge pull request #156 from bcomnes/rm-rf-rimraf [ ` c661ffc ` ] ( https://github.com/bcomnes/npm-run-all2/commit/c661ffc942e09a68b1a553190d3a550dc0f6a39c )
26
+ - Remove rimraf [ ` c77e085 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/c77e0856c65115b32788c3e9a1e441ba69fbd430 )
27
+
28
+ ## [ v6.2.4] ( https://github.com/bcomnes/npm-run-all2/compare/v6.2.3...v6.2.4 ) - 2024-10-18
11
29
12
30
### Merged
13
31
@@ -254,8 +272,8 @@ Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog).
254
272
255
273
### Commits
256
274
257
- - 🐛 use pidtree [ ` 1b41ac5 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/1b41ac569987c96e224f940ff59f9699322c7824 )
258
275
- ⬆️ 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 )
259
277
- 🔖 4.1.5 [ ` df15118 ` ] ( https://github.com/bcomnes/npm-run-all2/commit/df1511851a2b5e8a406e4a2622829b360f671afc )
260
278
261
279
## [ 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 1
1
{
2
2
"name" : " npm-run-all2" ,
3
- "version" : " 6.2.4 " ,
3
+ "version" : " 6.2.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