diff --git a/package-lock.json b/package-lock.json index 445c18a..a3f3909 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "next-logger", - "version": "4.0.0", + "version": "5.0.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "next-logger", - "version": "4.0.0", + "version": "5.0.0", "license": "MIT", "dependencies": { "lilconfig": "^3.1.2" diff --git a/package.json b/package.json index 79eef30..eeaf605 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "next-logger", - "version": "4.0.0", + "version": "5.0.0", "description": "JSON logging patcher for Next.js", "main": "index.js", "scripts": {