diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f35039..a8b2633 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,13 @@ 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.0.1](https://github.com/bcomnes/npm-run-all2/compare/v6.0.0...v6.0.1) +## [v6.0.2](https://github.com/bcomnes/npm-run-all2/compare/v6.0.1...v6.0.2) + +### Merged + +- Update package shell quote [`#89`](https://github.com/bcomnes/npm-run-all2/pull/89) + +## [v6.0.1](https://github.com/bcomnes/npm-run-all2/compare/v6.0.0...v6.0.1) - 2022-06-14 ### Commits diff --git a/package.json b/package.json index f7dd947..3e1c624 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-run-all2", - "version": "6.0.1", + "version": "6.0.2", "description": "A CLI tool to run multiple npm-scripts in parallel or sequential. (Maintainence fork)", "bin": { "run-p": "bin/run-p/index.js",