diff --git a/package-lock.json b/package-lock.json index b794968..f501846 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "@curveball/bodyparser", - "version": "0.4.14", + "version": "0.5.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "@curveball/bodyparser", - "version": "0.4.14", + "version": "0.5.0", "license": "MIT", "devDependencies": { "@curveball/kernel": "^0.20.0", diff --git a/package.json b/package.json index a9984d0..1b27809 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/bodyparser", - "version": "0.4.14", + "version": "0.5.0", "description": "A curveball middleware for parsing JSON and Text bodies.", "main": "dist/index.js", "scripts": {