From b2315314db48474b99f03546030782d9a8dd599f Mon Sep 17 00:00:00 2001 From: Adam Chalemian Date: Tue, 31 Aug 2021 23:55:45 -0400 Subject: [PATCH] 0.0.3 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 12f0f63..399f984 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@resolute/coerce", - "version": "0.0.2", + "version": "0.0.3", "description": "Coerce input to types and formats with sanitizers and validators.", "type": "module", "main": "./index.cjs",