From 7fa6563ff4c2f5f9bc86dd4c4c7c78b56ff5f2db Mon Sep 17 00:00:00 2001 From: Jacob Alford Date: Fri, 25 Aug 2023 14:24:55 -0600 Subject: [PATCH] chore: bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 777de6b9..ed445e2f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "schemata-ts", - "version": "2.0.5", + "version": "2.0.6", "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": {