From 935794c6cd3c2574ed66b0cdec20d8bd03993a64 Mon Sep 17 00:00:00 2001 From: bcomnes Date: Mon, 16 Dec 2024 17:13:15 +0000 Subject: [PATCH] 7.0.2 --- CHANGELOG.md | 15 ++++++++++++++- package.json | 2 +- 2 files changed, 15 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69bf9f..1eadc23 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v7.0.1](https://github.com/bcomnes/npm-run-all2/compare/v7.0.0...v7.0.1) +## [v7.0.2](https://github.com/bcomnes/npm-run-all2/compare/v7.0.1...v7.0.2) + +### Merged + +- Upgrade: Bump neostandard from 0.11.9 to 0.12.0 [`#164`](https://github.com/bcomnes/npm-run-all2/pull/164) +- Upgrade: Bump codecov/codecov-action from 4 to 5 [`#161`](https://github.com/bcomnes/npm-run-all2/pull/161) + +### Commits + +- Raise cross-spawn version floor to ^7.0.6 [`45a9e19`](https://github.com/bcomnes/npm-run-all2/commit/45a9e191b75e0b76433409808b6219d1f4dffe83) +- Merge pull request #163 from bcomnes/dependabot/npm_and_yarn/mocha-11.0.1 [`285967a`](https://github.com/bcomnes/npm-run-all2/commit/285967a3fc5076d8c22ecb14823eb6fc274dd835) +- Upgrade: Bump mocha from 10.8.2 to 11.0.1 [`5d1aea5`](https://github.com/bcomnes/npm-run-all2/commit/5d1aea58f17abd201515f737c06bbe8044d05d21) + +## [v7.0.1](https://github.com/bcomnes/npm-run-all2/compare/v7.0.0...v7.0.1) - 2024-10-23 ### Commits diff --git a/package.json b/package.json index 39896fb..e9c96c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-run-all2", - "version": "7.0.1", + "version": "7.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",