diff --git a/package-lock.json b/package-lock.json index e6315646..ff8bda30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "concurrently", - "version": "7.1.0", + "version": "7.2.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "concurrently", - "version": "7.1.0", + "version": "7.2.0", "license": "MIT", "dependencies": { "chalk": "^4.1.0", diff --git a/package.json b/package.json index 23660ca8..786a0c85 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "concurrently", - "version": "7.1.0", + "version": "7.2.0", "description": "Run commands concurrently", "main": "index.js", "types": "dist/src/index.d.ts",