From fdb0424fa1a3fa91a6db81b3507bfb9497aa99f0 Mon Sep 17 00:00:00 2001 From: Yuriy Nemtsov Date: Thu, 13 Feb 2020 22:23:46 -0500 Subject: [PATCH] 1.0.2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 78a370e..1730316 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-partial-response", - "version": "1.0.1", + "version": "1.0.2", "description": "Express middleware for filtering-out parts of JSON responses based on the `fields` query-string.", "dependencies": { "json-mask": "^1.0.1"