From 2a789acb7df27a6b352c19d62ea74b3236100d31 Mon Sep 17 00:00:00 2001 From: Jacob Alford Date: Wed, 29 Nov 2023 11:15:17 -0700 Subject: [PATCH] bump version 2.2.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 9f4cc3e7..27222a70 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "schemata-ts", - "version": "2.2.0", + "version": "2.2.1", "description": "An all-inclusive schema engine featuring schemata inspired by io-ts and validators.js. Written for TypeScript with fp-ts", "homepage": "https://jacob-alford.github.io/schemata-ts/", "repository": {