From 03cfe9bf62c4c3ba93b548becc4bc88069a4b4af Mon Sep 17 00:00:00 2001 From: Geometrically <18202329+Geometrically@users.noreply.github.com> Date: Thu, 25 May 2023 14:43:15 -0700 Subject: [PATCH] Fix none size (#56) * Fix none size not working * bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index ea9327336..97be07134 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "omorphia", "type": "module", - "version": "0.4.19", + "version": "0.4.20", "files": [ "dist" ],