From b27e2293d5cf2feecc8c322d1de2585d6a0a327a Mon Sep 17 00:00:00 2001 From: bcomnes <bcomnes@gmail.com> Date: Tue, 8 Dec 2020 16:54:18 +0000 Subject: [PATCH] 5.0.2 --- CHANGELOG.md | 9 ++++++++- package.json | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8452d9..f2a5a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 Generated by [`auto-changelog`](https://github.com/CookPete/auto-changelog). -## [v5.0.1](https://github.com/bcomnes/npm-run-all2/compare/v5.0.0...v5.0.1) +## [v5.0.2](https://github.com/bcomnes/npm-run-all2/compare/v5.0.1...v5.0.2) + +### Merged + +- Upgrade: Bump ansi-styles from 4.3.0 to 5.0.0 [`#26`](https://github.com/bcomnes/npm-run-all2/pull/26) +- Upgrade: Bump actions/checkout from v2.3.3 to v2.3.4 [`#25`](https://github.com/bcomnes/npm-run-all2/pull/25) + +## [v5.0.1](https://github.com/bcomnes/npm-run-all2/compare/v5.0.0...v5.0.1) - 2020-10-24 ### Commits diff --git a/package.json b/package.json index b4bf6f0..b334d37 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-run-all2", - "version": "5.0.1", + "version": "5.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", -- GitLab