diff --git a/package-lock.json b/package-lock.json index 0e67af0a4..47ff5fc3a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "login", - "version": "2.0.0", + "version": "2.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "login", - "version": "2.0.0", + "version": "2.2.0", "license": "MIT", "dependencies": { "@actions/core": "1.9.1", diff --git a/package.json b/package.json index aba816b19..1ebd3012a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "login", - "version": "2.0.0", + "version": "2.2.0", "description": "Login Azure wraps the az login, allowing for Azure actions to log into Azure", "main": "lib/main/index.js", "scripts": {