From cec816fd85c006faf1ff32f8326e72c7d5cbe6e8 Mon Sep 17 00:00:00 2001 From: Scotty Jamison Date: Tue, 31 Oct 2023 20:36:51 -0600 Subject: [PATCH] Update version to 2.1.0 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 48a8ee3..e71d33f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "moat-maker", - "version": "2.0.0", + "version": "2.1.0", "description": "Validate your runtime data with easy to pick up, TypeScript-inspired syntax.", "author": "Scotty Jamison", "type": "module",