diff --git a/package-lock.json b/package-lock.json index 8e7d43e..23fcf67 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@foxxmd/logging", - "version": "0.1.14", + "version": "0.2.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "@foxxmd/logging", - "version": "0.1.14", + "version": "0.2.0", "license": "MIT", "dependencies": { "pino": "^8.19.0", diff --git a/package.json b/package.json index fcb6d1b..2f15057 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@foxxmd/logging", "type": "module", - "version": "0.1.14", + "version": "0.2.0", "repository": "https://github.com/foxxmd/logging", "description": "A typed, opinionated, batteries-included, Pino-based logging solution for backend TS/JS projects", "scripts": {