From 8723aeb9f909ceaded4f3cef2ea157d08a066e74 Mon Sep 17 00:00:00 2001 From: Evert Pot Date: Sun, 5 Jan 2020 22:11:30 -0500 Subject: [PATCH] 0.4.4 --- package-lock.json | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6ac45c0..e226d6f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "@curveball/bodyparser", - "version": "0.4.3", + "version": "0.4.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 88a5b46..267b181 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@curveball/bodyparser", - "version": "0.4.3", + "version": "0.4.4", "description": "A curveball middleware for parsing JSON and Text bodies.", "main": "dist/index.js", "scripts": {