diff --git a/package-lock.json b/package-lock.json index d51188ae..77ab3cb5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "npm-audit-reporter-teamcity", - "version": "0.3.1", + "version": "0.4.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "npm-audit-reporter-teamcity", - "version": "0.3.1", + "version": "0.4.0", "license": "MIT", "dependencies": { "teamcity-service-messages": "0.1.14" diff --git a/package.json b/package.json index 282cf106..0fc8d3f2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "npm-audit-reporter-teamcity", - "version": "0.3.1", + "version": "0.4.0", "description": "generate TeamCity code inspections from the output of `npm audit`", "main": "dist/index.js", "bin": "bin/index.js",