diff --git a/package-lock.json b/package-lock.json index 5dccfab..3e78a1e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "foreground-child", - "version": "3.2.1", + "version": "3.3.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "foreground-child", - "version": "3.2.1", + "version": "3.3.0", "license": "ISC", "dependencies": { "cross-spawn": "^7.0.0", diff --git a/package.json b/package.json index e157528..980b7e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foreground-child", - "version": "3.2.1", + "version": "3.3.0", "description": "Run a child as if it's the foreground process. Give it stdio. Exit when it exits.", "main": "./dist/commonjs/index.js", "types": "./dist/commonjs/index.d.ts",