diff --git a/package-lock.json b/package-lock.json index bbbc6fe1..378538d9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "web-vitals", - "version": "3.0.1", + "version": "3.0.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "web-vitals", - "version": "3.0.1", + "version": "3.0.2", "license": "Apache-2.0", "devDependencies": { "@babel/core": "^7.18.13", diff --git a/package.json b/package.json index 3f992686..784faa24 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web-vitals", - "version": "3.0.1", + "version": "3.0.2", "description": "Easily measure performance metrics in JavaScript", "type": "module", "typings": "dist/modules/index.d.ts",