diff --git a/package-lock.json b/package-lock.json index e2250c6..b06e74b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { "name": "artillery-plugin-metrics-by-endpoint", - "version": "1.0.1", + "version": "1.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "version": "1.0.1", + "version": "1.0.2", "license": "MPL-2.0", "dependencies": { "debug": "^4.3.2" diff --git a/package.json b/package.json index df84516..33c9e3f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "artillery-plugin-metrics-by-endpoint", - "version": "1.0.1", + "version": "1.0.2", "description": "Per-endpoint breakdown of latency and response codes for Artillery HTTP tests.", "main": "index.js", "scripts": {