From 6bf46ca47850462fa60533e2a66097735709c4f8 Mon Sep 17 00:00:00 2001 From: bcomnes Date: Fri, 18 Oct 2024 04:27:49 +0000 Subject: [PATCH] 6.2.4 --- CHANGELOG.md | 12 +++++++++++- package.json | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e5b786..a57e2c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v6.2.3](https://github.com/bcomnes/npm-run-all2/compare/v6.2.2...v6.2.3) +## [v6.2.4](https://github.com/bcomnes/npm-run-all2/compare/v6.2.3...v6.2.4) + +### Merged + +- Switch to JS-based `which` command [`#154`](https://github.com/bcomnes/npm-run-all2/pull/154) + +### Fixed + +- Switch to JS-based `which` command [`#153`](https://github.com/bcomnes/npm-run-all2/issues/153) + +## [v6.2.3](https://github.com/bcomnes/npm-run-all2/compare/v6.2.2...v6.2.3) - 2024-09-13 ### Commits diff --git a/package.json b/package.json index 349e56b..2701577 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-run-all2", - "version": "6.2.3", + "version": "6.2.4", "description": "A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintainence fork)", "bin": { "run-p": "bin/run-p/index.js",